DROP DOWN MENU


SCRIPT SOURCE


<script language="JavaScript">
<!-- Hide the script from old browsers --
 function surfto(form) {
        var myindex=form.select1.selectedIndex
        if (form.select1.options[myindex].value != 0) {
       	 location=form.select1.options[myindex].value;}
}
//-->
</SCRIPT>
<FORM NAME="Name">
  <SELECT NAME="Name" onChange="surfto(this.form)" SIZE=1>
    <OPTION SELECTED VALUE=0>  ----- Choose One   -----
    <OPTION VALUE="URL">DESCRIPTION
    <OPTION VALUE="URL">DESCRIPTION
    <OPTION VALUE="URL">DESCRIPTION
    <OPTION VALUE="URL">DESCRIPTION
  </SELECT>
</FORM>

BACKHOMENEXT