+ Reply to Thread
Results 1 to 2 of 2

Thread: linking a jump menu to an iframe on the same page
      
   

  1. #1
    jbravo8212 is offline Private
    Join Date
    May 2007
    Posts
    1

    Default linking a jump menu to an iframe on the same page

    Hello,

    I am experiencing major frustration linking a jump menu to an iframe on the same page. I have my iframe linked to another page I made which is an extensive glossary. When you look at the page with the iframe in it you can scroll through the glossary in the iframe. So that works.

    Where I am getting hung up is tring to link the jump menu ive created to the iframe to target the anchors with in the iframe that I have placed for each letter (i.e A= all terms beginning with A B= all terms beginning with B.)

    I want to link the jump menu to the iframe anchors so when you select a letter (i.e-A) from the jump menu it will scroll in the glossary inside the iframe on the same page... not open another window.

    I am lost and any help would be great!!!!!

    BTW- if it matters I use Dreamweaver

    Thanks John

  2. #2
    carola is offline Private
    Join Date
    Sep 2008
    Posts
    1

    Default Re: Go Menu target IFrame

    you just need to change one thing in the code:

    <input name="go_button" type="button" class="Estilo3" id= "go_button" onclick="MM_jumpMenuGo('paises','info',1)" value="Go" /


    where ir says "info" you should put the name of the iframe

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49