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
SBS2003 Domain Controller AD corrupt
VB.NET 2008 Dynamically Add Forms Controls Based on Directories and Files
Embedded View by Roles
MULTI Cast And UNIcast
Drupal and displaying event dates
show a message and want to see all the threads to that message.
Printer Queues in Server 2008 R2 Print Management Wont't Clear
How to pass variable value between pages
SSIS Package: Populating global variables from script task
Resiable Controls, Windows