• Hi,

    I was wondering if there’s a plugin where I can add a drop down button/menu that would open up a new tab/window to a link associated with the option the user selects.

    For example:

    Purchase this toy at: (drop down button)
    1. Amazon
    2. Woot
    3. Toyworld

    Also to have multiple drop down buttons for many toys with different links.

    Thanks!

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

    (@pourio)

    Ok, I figured out how to do most of it but am still trying to figure out how to have the selected option open up in a new tab/window. Help?

    —————————–

    <select name=’participating retailers’ onchange=’document.location.href = this.options[this.selectedIndex].value;’>

    <option value=’#’ selected=’selected’>Participating Retailers</option>
    <option value=’websitelink’>Link 1</option>

    </select>

    Thread Starter pourio

    (@pourio)

    Nvm figured it out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Simple drop down button’ is closed to new replies.