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
get list of files in a directory on a remote ftp server
iphone 3G
windows xp home blue screen at startup STOP: c0000139 {entry point not found}
No mobile internet in BlackBerry Desktop Manager
VBA Save Excel Workbook without the save prompt
Can I send a cookies' data to a server side database without reloading the page?
New Small Office with Microsoft Server 2008 - What kind of Firewall/wireless router?
web service and store procedure
Remove PDF password
Java Programing