[thelist] drop down box

Anthony Baratta Anthony at Baratta.com
Thu Jul 27 20:26:53 CDT 2000


In between your head tags add...

   <script>
     function JumptTo {
       document.location=form.Redirect[selectedIndex].value;
     }
   </script>

Drop the "onChange=..." to the dropdown list.

Add your image, wrap it with...

<a href="javascript:JumpTo()" onmouseover="window.status='Jump To';return true";
onmouseout="self.status='';return true"><IMAGE HERE></a>

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami




More information about the thelist mailing list