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
Trouble Counting Unique Values
How do I pause a running program in VBA
When machine in locked state can Outlook forward all emails to a Hotmail account?
VMWare Converter Standalone Error to Convert
Delete Enable Passwords
Browse Text on File Input Type
Getting SharePoint logon window when not in SharePoint
Is There Any Advantage to Having 2 Separate Windows-Based PCs "Connected" to Each Other?
Picture people/Olan Mills Vs Sears/Walmart
how to scan for text in a row and then hide that column