Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

Pre-Fill Forms From Last Use

By Will Bontrager
2005-04-18


Conclusion

To make things easier for your site visitors, pick up the source code and

1. Put the large block of JavaScript code into the HEAD area of your web page. Verify the custom information is correct.

2. Modify the FORM tag of your forms.

3.Add three lines of JavaScript below your form.

That's it.

Test it, of course. Once satisfied that it works as it's supposed to, go live.

Tutorial Pages:
» Pre-Fill Forms From Last Use
» Why?
» The Source Code
» The JavaScript code of the HEAD Area
» The Form's ACTION Tag
» The JavaScript Below the Form
» A Limitation
» Conclusion


Copyright 2004 Bontrager Connection, LLC


 | Bookmark
Related Tutorials:
» JavaScript Debugging Techniques with Firebug
» Striped Tables Using JavaScript
» Opening PDFs in a New Window with JavaScript
» Essential Javascript -- A Javascript Tutorial
» Submit Forms Conditionally using JavaScript
» How to Setup a Randomising Function