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
Block by Registry policy setting
how to legally obtain OEM for the purpose of installing and selling
Access DoCmd.runSQL running a SQLServer stored procedure
InfoPath Repeating Table Space
Run a Sub on Check and Uncheck
problems with RPC with Oultook and ACT! open simultaniously
Calling Functions and Passing Variables
Reverse DNS checking from Exchange 2007
Automatically save / read attachments
webDAV publishing problem, IIS7, Server 2008, ColdFusion