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
What education path should I take?
Setup Site to Site VPN Tunnel.
jrxml and jasper
MySQL - how to create a back up copy of database using InnoDb tables on another Windows machine
How can I find a UIElement on a WPF application
Sonicwall TZ 190 - Disable public admin login (port 80)
Shadow Protect Image Manger connections problems
How to build a dynamic form in a Sharepoint webpart?
Windows 2003 SBS locks up during full scan of Malwarebytes.
SBS 2008 Folder Redirection