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
Joining MacOS 10.6 to a windows 2008 domain
XAMPP Lite & Upgrading PHP
Php related question
Update Query (or VBA) which updates a database with the date of the last file created in a folder
change win.ini from boot with XP
How do i filter reports in access 2007???
Setup SQL Server replication
DNS Resolution problem
iPhone page redirect
What is this network configuration called so I can Google it?