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
How can I find files starting with RCPT.Fxxxxxx from today?
Data Grid view
Send emails when click SEND button in Outllok 2007
Delphi 2010 TList and TBookmark issue
Web server leaks a private IP address through its HTTP headers - IIS issue
Access MDW Files - I want the user / login prompt to go away.
Access Database - not notifying when in use?
Group Policy OU
removing HTML tags in SQL Server 2005 or 2008
video over network fails frequently