
Pro_4
User
Oct 12, 2001, 2:50 PM
Post #2 of 3
(1779 views)
|
There is no cgi required to make that box. It is all in html. This is what you do:
<SELECT NAME="whatever" onChange="leapto(this.form)"> <OPTION VALUE="http://www.yourwebsite.com/link.html">Link 1 </SELECT> Thats all you have to do. Change the value in option so it skips you to the right area. And add more option tags if you need more links. Thats basically it :) Otherwise im clueless about what you are talking about. @letters = ('A'..'Z', 'a'..'z', '1'..'5', '_'); @i = ( '15', '43', '40'); print @letters [ @i, -1, 55];
|