Drop-down menu links open in new tab

Home Forums Languages X/HTML & CSS Drop-down menu links open in new tab

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Anonymous 1 year ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14052

    Anonymous

    Here is my code:

    <select onchange=”MM_jumpMenu(‘parent’,this,0)” name=”menu1″>

    <option selected=”selected”>select a year</option>

    <option value=”sshow12/index.html”>2012</option>

    <option value=”sshow11/index.html”>2011</option>

    <option value=”sshow10/index.htm”>2010</option>

    <option value=”sshow09/index.html”>2009</option>

    <option value=”sshow07/index.html”>2007</option>

    <option value=”sshow06/index2.html”>2006</option>

    <option value=”sshow05/index.html”>2005</option>

    <option value=”sshow04/home.html”>2004</option>

    <option value=”sshow03/SSHOW2.HTML”>2003</option>

    <option value=”sshow02/work.html”>2002</option>

    </select>

    <input onclick=”MM_jumpMenuGo(‘menu1′,’parent’,0, ‘newtab’)” type=”button” value=”Go” name=”Button1″ />

    I need the links to open in a new tab. How do I do it? Thanks. -C.

    #15167

    Anonymous

    Can you provide the rest of your code? Trying to test a solution but need the rest of it. Thanks!

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

You must be logged in to reply to this topic.