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
Check numbers in string
Dreamweaver - error creating new site
mailto hyperlink with multiple links on multiple lines
How to convert First Function from MS Acess to T-SQL
If I don't fill in all text fields, then the ones I left blank insert as empty records
Can you help me in installing font on windows hosted web-site?
.net generic collection vs hashtable
TMOUT variable does not work on rbac and sftp.
SQL query help..to join or not to join
what could cause a laptop to white screen?