Jump to content

treossi

Members
  • Posts

    4642
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by treossi

  1. here since i told you i was going to help you before.. coded by hand in 1 minute

    html>

    <head>

    <script type="text/javascript">

    function go()

    {

    location=document.forms[0].gowhere.value;

    }

    </script>

    </head>

    <body>

    <form>

    <select id="gowhere" onchange="go()">

    <option>-Team Directors/Member Location-

    <option value="/northcentral.htm">North Central-ND, SD, NE, MN, IA, MO, WI, IL, MI, IN

    <option value="/southcentral.htm">South Central-AZ, CO, NM, KS, OK, TX, AR, LA

    <option value="/southeast.htm">South East-TN, MS, AL, GA, FL, NC, SC

    <option value="/mideast.htm">Mid East-OH, PA, WV, VA, KY, MD, DE

    <option value="/northeast.htm">North East-ME, VT, NH, MA, RI, CT, NJ

    <option value="/west.htm">West-WA, OR, AK, HI, CA, NV, UT, ID, MT, WY

    </select>

    </form>

    </body></html>

    too lazy to use the other website for the code so i made one big ass post by hand.. enjoy

×
×
  • Create New...