HTML form notes

Actions:

Instead of  multiple names, have 1 name and different values, then a case structure can parse the returned values.

Use MaxLength on text input boxes to restrict them <INPUT type="text" SIZE="10" MAXLENGTH="40">

Show default text that disappears when they get focus:

<INPUT type="text" name="url" value="http://www.hairyraho.com" size="30">

Set focus to a particular input box: <body>