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
Last 3 tweets in WordPress
Bluetooth Encryption
Online Defrag - Exchange 2003
ESXi 4.0 - virtual machine sees only one CPU
unable to send mail
truncating table and updating from another table converting varchar to int and datetime
moving NC indexes to another filegroup
Can an iPad connect to a Windows Server VPN?
wordpress editing home page and links
huge image file- how to handle it