Other Forms Types
TEXTAREA signals the browser to produce a potentially multi-line field, and the ROWS and COLS tags tell it how many lines long and how wide the field should be. Note that NAME is still required at the beginning of every input field, to signal in what variable the input will be stored and returned to the browser. These tags don't limit the length of a line someone can enter, or how many lines of text they can enter. They simply describe the appearance of the form. Checkboxes and Radio Buttons
I've found the Internet Brothers site to be (choose any combination):
<FORM METHOD="POST" ACTION="http://hoohoo.ncsa.uiuc.edu/htbin-post/post-query">
<UL> TYPE tells the browser to produce a checkbox field, NAME specifies the variable where the returned value will be stored, and VALUE stores what will be returned in the variable when the box is checked. VALUE can be anything you choose. If you don't specify a VALUE, the value of checked fields defaults to "on". If a field is not checked, no value is returned to the ACTION program (as though the field did not even exist on the form). The attribute CHECKED turns the box on at initial display. Which Internet Brother do you like best?
<FORM METHOD="POST" ACTION="http://hoohoo.ncsa.uiuc.edu/htbin-post/post-query">
<UL> Note the similarity to that of a checkbox, but instead of being able to have a different variable associated with every checkbox, all the radio buttons in a group must have identical NAMEs. Continue With Option Lists and Miscellaneous |
||||
|
Register domain names at: |
||||
|
The Internet Brothers have implemented
hierarchical menus for navigation. Easier done than said.
The hierarchical
menus were created using Peter Belesis' © Dynomat DHTML
scripting tool
from Webreference. Give them a visit, you'll like
what you learn.
You can tell if you're on the right track - it's usually uphill.
If you pay a person less than he earns, he will soon be earning less than he's paid.
It never occurs to teenagers that someday they will know as little as their parents.
|
Copyright © 1997-present Internet Brothers. All Rights Reserved. Really.