Here goes another TEST FORMS project again!
To make this DROP-DOWN LIST see the code below.

< form action="" method="post">
< select name="" onchange="top.location.href = this.options[this.selectedIndex].value;">
< option value="#" selected>A Drop Down Menu< /option>
< option value="#para1">Go to Paragraph 1< /option>
< option value="#para2">Go to Paragraph 2< /option>
< option value="#para3">Go to Paragraph 3< /option>
< option value="http://profal.com">Go to Prof Al's 3< /option>
< /select>
< /form>




This is the first paragraph you come to with my drop-down selection box.

To make this SUBMIT BUTTON see the code below.

< form method="link" action="#dropdown">
< input type="submit" value="Back to Drop Menu" />
< /form>

This is the second paragraph you come to with my drop-down selection box.

< form method="link" action="#dropdown">
< input type="submit" value="Back to Drop Menu" />
< /form>

This is the third paragraph you come to with my drop-down selection box.

< form method="link" action="#dropdown">
< input type="submit" value="Back to Drop Menu" />
< /form>


Back to Forms

Return to the SandBox


Copyright © 2001 Professor Al   al@profal.com