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
Inbound Email not received and no ndr
access load swf outside of loader function
Best practice for external hard drive gaming
SQL Select Query Against Static table
How important is a captcha?
Acer aspire 3020 wireless button
How do I subclass in VB6 to capture user left mouse event on the title bar?
MS Access
SQL convert time and date to just date
cannot access own website from SBS 2008 domain