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
SBS Server 2008 - VPN Error
Oracle ODS + SQL Developer
Apply regedit change via group policy
DLL vs LIB implicit linking
Sum totals from a table and group results
Access 2000
Delete mailbox from Exchange 2007
Live chat on website
What are the steps to re-install windows xp to make it run faster?
Re-enable 'Server' service in Windows 2003 Server