why dont this work?

Discussion in 'HTML & Website Design' started by izlik, Aug 7, 2007.

  1. #1
    i have this menu script here and i wonder why it wont work? nothing happens when i presss some of the names in the menu

    <body><head>
    <form action="dummy" method="post">
    <select name="choice" size="1" onChange="jump(this.form)">
    <option value="http://www.mox-guild.com/eqdkp/">Gruul</option>
    <option value="http://www.mox-guild.com/eqdkp2/">Serpentshrine Cavern</option>
    <option value="http://www.mox-guild.com/eqdkp3/">Tempest Keep:The Eye</option>
    <option value="http://www.mox-guild.com/eqdkp4/">Black Temple/Mount Hyjal</option>
    </select>
    </form></head></body></head></body>
    HTML:
     
    izlik, Aug 7, 2007 IP
  2. MykeXero

    MykeXero Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i belive you want to change that to this.value

    Viva MTG! :D
     
    MykeXero, Aug 7, 2007 IP
  3. gwkg

    gwkg Peon

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you need to post the javascript code for your jump function
     
    gwkg, Aug 7, 2007 IP
  4. web_mehul

    web_mehul Banned

    Messages:
    248
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You need to write the javascript function to complete to run this.

    If you need help let me know.
     
    web_mehul, Aug 8, 2007 IP