http://fishcaro.crosswinds.net/day_20_intro_to_forms_nse.htm
Forms provide interaction between the creator of a web site and people visiting the web site. They can be used for guestbooks, surveys, and more. To really make a form work, you'll need to know a programming language, like PERL (Practical Extraction and Report Language). Some things can be done with JavaScript. Or, you can modify a free script that will take the contents of a form and send it to a specified email address. We'll talk about some of these options later on in this course.
For now, you'll learn to create beautiful, completely non-functioning forms!
INDEX CARD #20:
INTRODUCTION TO FORMS (20a)What happens to the information that gets put into the form? Usually, it's processed by a CGI (Common Gateway Interface) program. What is a "CGI program"? A CGI program is any program designed to accept and return data that conforms to the CGI specification. On Unix, the most common CGI programming language is PERL; other languages used are C/C++, Java, Visual Basic, and AppleScript. |
OTHER WAYS TO INTERACT (20b)What is JavaScript? JavaScript is a language developed by Netscape used to design interactive sites. It shares many of the features and structures of the full Java language, but was developed independently. (So: Java and JavaScript are different!) HTML editors often offer lots of JavaScripts that you can tailor to your needs. Here's a sample of what you can do with JavaScript: |
Printable version of Index Card 20a
Printable version of Index Card 20b
WORKSHEET #20:
ASSIGNMENT #20: