dropdown menu not working

Discussion in 'HTML & Website Design' started by MrMoolah.com, Jul 21, 2008.

  1. #1
    Help please :),
    I created a drop down menu, and made it live, but the links are not working, hoping someone could tell me why here is the code
    <form name="form1">
      <select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
        <option>Order Satellite TV/Internet</option>
        <option>DirecTv</option>
        <option value="http://www.jdoqocy.com/ec106dlurlt8BIAIE998A9CIABAH">Dish Network</option>
        <option value="http://www.jdoqocy.com/95104iqzwqyDGNFNJEEDFEIGKLGI">HughesNet</option>
                  </select>
      <input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('menu1','parent',0)">
    </form>
    Code (markup):
    THANKS!!!!
     
    MrMoolah.com, Jul 21, 2008 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you using frames? Does it work when you change "parent" to "window.open()"?
    Maybe there is something wrong with the Javascript functions, show us those.
     
    Cash Nebula, Jul 22, 2008 IP
  3. MrMoolah.com

    MrMoolah.com Well-Known Member

    Messages:
    579
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #3
    I figured it out, i didnt have the javascript at the top between the <head>. thanks for the help anyways!
     
    MrMoolah.com, Jul 22, 2008 IP