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
Vista won't recognize external usb sound card
Report based on query ... can I see other table fields ?
c# dataview as a binding source
Deciphering AS/400 Terminal traffic
How do I increase the volume for iPhone system type sounds when my app starts?
SQL query - date usage rate / usage rate period
XPS M1530 not booting
How do I edit pages on his site
Exchange System Manager cannot add new object to recipient update service
Multiple Selection buttons passing 2 variables