1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Windows not really software but html help...

Discussion in 'Software' started by Mr T, 15 Dec 2001.

  1. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    not really software but html help...

    does anyone know how to target a drop down menu to a differerent frame ?
     
  2. Phil

    Phil What's a Dremel?

    Joined:
    19 Jul 2001
    Posts:
    1,005
    Likes Received:
    0
    well if it was a Anchor tag then it's
    target=""

    but i don't know how drop down menus work...is that not jscript or dhtml or something ?
     
  3. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    doesnt mattter :) if found out from some html site it the folliwing if your interested....

    <form name="selectform">
    Choose a page:
    <select name="jumplocation" onChange="top.FRAMENAME.location=this.options[this.selectedIndex].value;">
    <option value="index.html">Home</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    <option value="http://www.yahoo.com">http://www.yahoo.com</option>
    </select>

    :D
     
Tags:

Share This Page