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
photo gallery
how to determine "drive in use"
Windows Batch script to create directories to backup to & housekeep directories older than 10 days
monitor 2 DBs in profiler
Manual Feed
Pegasus Mail - help sending mail
Looking for a guide that explains how to use the Windows Search feature in Windows 7
How do I add a Running Total and Historical Dates from a transaction table using SQL?
Is there a 3rd party software to manage photoshop presets
enabling AD replication via IPsec on existing domain controllers