Auto Fill
General
Set a text field value in one window by entering text in another window.
(click on "help" to open the new window)
Notes
- Created by: Vladimir Geshanov
- Posted: April 11, 2005
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: autoFill.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(2 comments)Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
Great code![br /][br /]Do you know of anyway of doing this for an outside website?[br /][br /]I am developing a password manager for the users at my company. This will be on our intranet.[br /][br /]Is there anyway to send values from one website to another website (if you know the field names) without having to modify the code of the website you are sending the values to?[br /][br /]I know that sounds complicated.[br /][br /]Thanks for your time!