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
(Simple) Creating array, appending and recreating.
How to provide an additional/extra dll file when deployin a feature in sharepoint?
Does VOIP make sense for a small organization?
limit user only to send emails within our own company
asp.net Can I put more that one mssql table 'field' in one GridView Column?
Managing systems in a trusted domain from a single EPO server
Percent Of Miles
How to add Order by in a SQL stored procedure
SEO: pointing .com to .org and then back
SSIS Update OLE DB Command Parameter Syntax Error