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
What is the alternative for DIR when using VBA to call Sharepoint?
How to adjust Quick License Manager Code
Search through multiple cols
FireFox - open w/no previous tabs?
solid state hard drive
Testing Exchange with new mobile solution
IM (OCS 2007) not getting connected thru Blackberry..
Entourage and Apple mail won't receive
SharePoint 2007: Site Actions hide toolbar menu item disabled - how to reenable?
using icacls to remove a local account from folders