#!/usr/bin/perl #The above line points to the Perl interpreter on your system #*** Ths example shows how to use drop down list boxes, and #*** the re-direction tag "Location". #*** This is an example of a "jump box". Th user highlights #*** the name of a URL in a drop down list box and clicks on #*** the Go To button to go there. The re-direction tag #*** "Location" is used to make the browser jump to the other #*** URL (which can be a page on your site, or another site). #*** IMHO, this technique is only apporiate if there is a large #*** number of selections. If there are only a few URLs, you #*** should put normal "\n"); print("\n"); print "

Highlight a site, and then click on Go To

"; print(""); print(""); } } #******************************************************* #******************** Main Rtn ************************ #******************************************************* &GET_FORM_DATA; &REDIRECT_THEM;