Pulldown navigation selector forms are nice, but I hate having to use a
GO button. How can I get around this annoyance?
The trick to making a selector navigation form clickless is to
have a small javascript subroutine up in the <HEAD> section of
your page, that the form can call when the selected value changes.
If you need description lines, such as titles, just place your text
in <OPTION> tags with no value, such as:
<OPTION>This is only text </OPTION>
The speciman above actually works, so if you try it please use your browser's
back button to return to this page!