Support » Plugin: Store Locator for WordPress with Google Maps – LotsOfLocales » Can I use this to make a drop down menu of states, locations, and then go to map

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

    (@scott-foshee)

    Actually what I ended up doing was create my own drop down menu and linking each entry to its own page. It is in Tahoma font. Here is the code – I hope it helps someone out!

    <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="http://YOURLINKHERE">Alabama</option>
    <option value="http://YOURLINKHERE">Alaska</option>
    <option value="http://YOURLINKHERE">Arizona</option>
    <option value="http://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>

    Awesome! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I use this to make a drop down menu of states, locations, and then go to map’ is closed to new replies.