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
Installing .NET 3.x
Exchange 2010 Block Emails with Credit Card Numbers
Select statement between 2 date ranges
door knob
AJAX Coolite Postback issue with
Running 16 bit applications on Windows 7 or Vista
Spam questions in Exchange
Need help getting drop down menu to display on top of main content area
RDP login to SBS 2008 Std with invalid domain name
Following code working in excel 2003 but not 2007