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
Is it possible to run rds 2008 r2 RemoteAPP web access in a Macintosh?
Question About Windows 7 Sysprep
Calculate Weekends
How to Resolve the Type Mismatch Error in Sql Query using VBA Macros
skip sections of powershell script
Set theory algorithm question
A line graph over time showing percentage share
What is the alternative for DIR when using VBA to call Sharepoint?
From a given date find the nearest Friday.
voting system in vb.net 2008 without database