Connecting an HTML Form with a CGI Script
Connecting an HTML Form with a CGI Script
Dreamweaver makes it pretty easy to design a good-looking HTML form. But you need a script under the hood for that form to actually work. Here's how to find free CGI scripts and connect them in Dreamweaver to your form. Configuring Your Form to Work with a Script
This tutorial is designed to help you connect a form with CSS and tables to a script so that it will actually do something when a user clicks the submit button. Here's what you'd do to connect a simple contact form to a formmail.pl script.
STEP 1
First, you'll need to select the form tag that encloses your form. (Note: all HTML forms must be enclosed by the
No comments:
Post a Comment