![]() |
|
|
|
GoURL is a very simple Perl script to allow you to put a listbox
navigation tool on your pages, such as the one at the bottom of this page.
Try it and see how it works.
To use GoURL in your page, insert a form like this: You may construct a listbox with as many elements as you like. Each element must point to a valid URL. The URL you supply in the VALUE tag may be any valid URL. When in doubt, include the full URL beginning with http://.<FORM ACTION="/cgi-bin/GoURL.pl" METHOD=post> <SELECT NAME="URL"> <OPTION SELECTED VALUE="http://www.cyberis.net/"> CyberIS Home Page <OPTION VALUE="http://www.altavista.digital.com/"> AltaVista Search <OPTION VALUE="/quake/"> Quake2 Servers <OPTION VALUE="/links/"> Cool Links <OPTION VALUE="/UserMaint/"> User Maintenance </SELECT> <INPUT TYPE="submit" VALUE="Go"> </FORM> If your form is properly constructed, users will now be able to select a destination from your list, and press GO to be taken there.
|
|