Form Submissions Without Submit Buttons
By Will Bontrager2005-04-12
Form Submissions Without Submit Buttons
1. Submitting a form with a regular link.
2. Submitting a form when a checkbox is checked.
3. Automatically submitting a form.
This article contains step-by-step instructions with code examples. I think you'll find it easy to follow.
The article assumes you already have a working form that is submitted to a CGI program in the conventional manner, with a submit button. When you see "/cgi-bin/script.cgi" in the examples, substitute the URL of your CGI program.
If you don't already have form and CGI program, consider Master Feedback from http://willmaster.com/a/23t/pl.pl?msmf to have the submitted information sent to you via email, or Master Form V3 from http://willmaster.com/a/23t/pl.pl?mfv3 for a program that can also store form information in a database on your server.
Tutorial pages:
|
Copyright 2004 Bontrager Connection, LLC
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Form Submissions Without Submit Buttons"
You must be logged in to post a comment.
Link to This Tutorial Page!

