Microsoft
Software
Hardware
Network
Question : Copy what user types in a text filed in to a hidden field
In my page I have a text field <input type="text" name="txt" /> So what I want is, I want to add what user types in this filed in to a hidden field realtime, Would be gr8 if can be done using jquery
Answer : Copy what user types in a text filed in to a hidden field
no need for jQuery
<form>
<input type="hidden" name="htext" value="" />
<input type="text" name="txt" onKeyUp="this.form.htext.v
alue=this.
value" />
</form>
Random Solutions
2 Small Business Servers to run on one internet connection
Need to connect two Windows workstations to one scanner using TWAIN...
Weird grouping query
PHP security using php5.ini
MUNIS Custom Import
Maximum HDD Temperature for WDC WD2500AAKS
Visio 2007 - Password Protect Document
User Security Issue on Server 2003 R2 Standard
Exchange Mailbox behaviour on Disabled accounts
Randomly assign OUTGOING ip in SQUID PROXY