Viewing 1 replies (of 1 total)
  • Thread Starter Scott Foshee

    (@scott-foshee)

    This was my solution.

    <center>
    <H4>SELECT YOUR LOCATION</H4>
    <form>
    <select name="menu" style="font-family:'Tahoma';color:#000000;background-color:#FFFFFF;font-size:10pt;">
    <option>SELECT</option>
    <option value="https://YOURLINKHERE">Alabama</option>
    <option value="https://YOURLINKHERE">Alaska</option>
    <option value="https://YOURLINKHERE">Arizona</option>
    <option value="https://YOURLINKHERE">Arkansas</option>
    </select>
    <input type="button" onClick="location=this.form.menu.options[this.form.menu.selectedIndex].value;" value="Go" style="font-family:'Tahoma';color:#000000;background-color:#FFFFFF;font-size:10pt;">
    </form>
    </center>
Viewing 1 replies (of 1 total)
  • The topic ‘Can I use this to make pull down list of states and locations? (Example)’ is closed to new replies.