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
Implementing optional parameters in a function - C#
Using Pivot with Dynamic Columns and a Group By
I need to restore some files from Win 98 backup
color depth
Pegasus Mail - help sending mail
How can I speed up this append query?
Need to confirm Dreamweaver MX 2004 compatibility with Dreamweaver 8
SBS 2003 upgrade to 2008
Fetch records from List A that do not exist in List b using LINQ
Shared Mailbox Tasks