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
Access 2007, adding date fields in a form
What is the maximum safe temperature for a non-running computer?
BlackBerry Issue MDS Services down everyweek.
How to make hp nx7300 start?
Sql script to calc an avarage reading past sales
VPN between Sonicwall TZ2460 and Cisco 881
photoshop CS3 16-bit image support problems - and are they addressed in CS5?
Different languages in GPO editor
help blocking employees from accessing facebook
Limit visible words asp.net