![]() |
Tutorials
| Workshop
| Troubleshooting
|
Fill-out Forms - an overviewWeb forms let a reader return information to a Web server for some action. For example, suppose you collect names and email addresses so you can email some information to people who request it. For each person who enters his or her name and address, you need some information to be sent and the respondent's particulars added to a Database. This processing of incoming data is usually handled by a script or program written in Perl or another language that manipulates text, files, and information. If you cannot write a program or script for your incoming information, you need to find someone who can do this for you. The forms themselves are not hard to code. They follow the same constructs as other HTML tags. What could be difficult is the program or script that takes the information submitted in a form and processes it. Because of the need for specialized scripts to handle the incoming form information, fill-out forms are not discussed in this Tutorial. Note: Much about the tags have not been explained here, for more reference about forms use either Frontpage or Dreamweaver to insert form objects and then you can study the code. |
|
|