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
Logon script that will copy the registry from a server share to local machine, then log user off
name of computer from prompt
HP z400 workstation crashes when I insall win 2003 R2 64 bit.
Efficient SQL Data Type
Recommendations for power for school netbook cart
Page Performance Tuning
How to Query a timestamped field (smalldatetime) for yesterdays date in a where clause?
Printer Redirection on Windows 2008 R2 Terminal Server
Question about threading with XML
Saving ComponentOne Winform c1Editor to SQL Server