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
SWINGS VS STRUTS/JSF
Why is there a limitation that only one clustered index exists per table
perl regex replace
Cisco Auto-summarization
How can I have a datagridview column to store array
Deleting does not free up space on HD
help crystal reports deployment package
Barracuda Spam Filter
how to create an embedded table within an app that can occasionallly be updated
Shell scripting