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
Cisco PIX and ARP issue
Generate unique random numbers
Reduce file SIZE but keep its DIMENSIONS
message box
Exchange 2003 to Exchange 2010 migration - Calendar EntryID values
0xc004e003 error code activation problems windows 7
Can I create a Region in SQL Server similar to C#
Splash screen that takes focus with main page fuzzed out in the background
MS Access Trim function
Update FoxPro Tables