Maddhadder90's HTML Site
Home
Adding video's
About Me
Character Map
Alt Codes
Basic Html
Header Codes
Body Attributes
Formatting Codes
Text Codes
Table Pages
Table Attributes
Frame Codes
Frame Attributes
Link Codes
Graphic Codes
Fourm Codes
Special Characters
Color Codes
Window Brosers
Styleing sheet
Definition Page
Java Library
Music Page
How to put your own music on your page
Unix Ref.
Domain Registries
Various Codes
Backround Codes
Backround Codes 2
Favorite Links
Contact Me
Fourm Codes

Check the website below to see how it works.

<ahref=http://hotwired.lycos.com/webmonkey/99/26/index4a.html>
For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.
<form></form>
Creates all forms
<select multiple name="NAME" size=?></select>
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.
<option>
Sets off each menu item
<select name="NAME"></select>
Creates a pulldown menu
<option>
Sets off each menu item
<textarea name="NAME" cols=40 rows=8></textarea>
Creates a text box area. Columns set the width; rows set the height.
<input type="checkbox" name="NAME">
Creates a checkbox. Text follows tag.
<input type="radio" name="NAME" value="x">
Creates a radio button. Text follows tag
<input type=text name="foo" size=20>
Creates a one-line text area. Size sets length, in characters.
<input type="submit" value="NAME">
Creates a Submit button
<input type="image" border=0 name="NAME" src="name.gif">
Creates a Submit button using an image
<input type="reset">
Creates a Reset button
</a>

Enter supporting content here