|
|
QUERY FORM CGI SCRIPT |
Query Form is a simple CGI program that requires a user to pass some requested data to the webmaster when submitting an enquiry. It works just like a mailto: email link, except that it helps to screen out junk mails by collating key information on the user.
Two documents are involved here. The first document contains HTML codes and JavaScript for collecting and checking data. Insert these codes into a document called query.html. The second document is a CGI program, query.pl, written in Perl language.
You must save this CGI program in the same directory as your query.html file.
You can customize the script to suit your purpose by setting the parameters for the query form prior to downloading. The script will be sent to you via email. |
DOWNLOAD QUERY FORM |
|
|