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
Cannot connet to internet via wireless but can connect via hardwire
Powershell script to find all users who is not set to default storage quota. Query all users in an OU and below them.
Disk not accessible / not in Disk Managment
AS3 xml news ticker - How it's done?
Excel 2007 Conditional Formatting
how to split the data and put into the data base
Solaris 10 vs Linux Server
Visual Studio 2010: C#; Newbie Question
Add a custom control (component) to my Toolbox
Active/Active/Passive Exchange 2007 Clustring SCC