WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point

Creating Forms

Forms must be enclosed in the following tags <Form>...</Form>, to be able to work. Let's go ahead and create a form that will allow your site's visitors to submit their input.

Visitors will be able to submit the following:

- Name
- E-mail
- Comments

We'll give our form the name Input.

Source Code

<form method="post" action="/cgi/file.asp" name="Input">
<p> <font face="Arial, Helvetica, sans-serif" size="2">Name:
<input type="text" name="Name">
<br>
E-mail:
<input type="text" name="E-mail">
<br>
Comments<br>
<textarea name="comments" cols="15" rows="5"></textarea>
<br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
</font></p>
</form>

Let's now go ahead and find what this source code means.

 

Bzck Back to the previous page
.

 

More Resources
Yahoo
Lycos
JavaScripts
Devoloper
Dynamic Sites
Learn the code
What is HTML?
HTML Editors

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.