New visitors to a site (or those who don't have much experience with forms) may need some
assistance in filling out form fields. When the help link is clicked, a new window opens with
an explanation on how to fill out the field properly.
Note 1: to properly send the form contents, you'll need to use a cgi script, placed, of course, in the
cgi-bin.
Note 2: the javascript document.write script between the head tags is used to write additional
instructions into the pop-up window (brilliant!). Oh, and make sure everything is
written on one line for User Name and Password.
|