Results 1 to 2 of 2

Thread: can't make drop down menu link to inline frame with bookmarks

  1. #1
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can't make drop down menu link to inline frame with bookmarks

    hi,
    can anyone figure out how to make the drop down menu i use below to link to an inline frame (target="inline") with bookmarks? i don't know what to change the onchange command so that it will work. plus, does anyone know if you can make a drop down menu link to a bookmark on the page as well as to an inline frame with bookmarks? thanks a lot to anyone who can help me!

    <select onchange="javascript:location.href = this.options[this.selectedIndex].value;" name="select">
    <option value="#" selected>- - - - - - - Jump to the week of - - - - - - -</option>
    <option value="#"></option>
    <option value="otherpage.html#7/2">&gt;July 2-8, 2006</option>
    <option value="otherpage.html#7/9">&gt;July 9-15, 2006</option>
    <option value="#"></option>
    </select>

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    bookmarks?

    I don't get it.

    You mean anchors?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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