Precedes the tag in a frames document; can also be nested in other framesets
Defines the rows within a frameset, using number in pixels or percentage of width
Defines the columns within a frameset, using number in pixels or percentage of width
Defines a single frame within a frameset
Defines what will appear on browsers that don't support frames
Specifies which HTML document should be displayed
Names the frame so it may be targeted by other frames
Defines the left and right margins for the frame; must be equal to or greater than 1
Defines the top and bottom margins for the frame; must be equal to or greater than 1
Sets whether the frame has a scroll bar; value may equal "yes," "no," or "auto." (The default, as in ordinary documents, is auto.)
Prevents the user from resizing a frame
| Forms
|
|
For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.
Creates all forms
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.
Sets off each menu item
Creates a pulldown menu
Creates a text box area - columns set the width; rows set the height.
Creates a checkbox - text follows tag.
Creates a radio button - text follows tag
Creates a one-line text area - size sets length in characters.
Creates a Submit button
Creates a Submit button using an image
Creates a Reset button
|