Dropdown menu with links

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LG

    Dropdown menu with links

    I have asked before but I did not get all the answer I wanted. Perhaps I
    explained too bad.

    I have my site in frames, and the dropdown list is in the 'left' frame, and
    I have used javascript so that when you click on the selected word in the
    dropdown menu, it automatically opens up an URL. I want it to open up in the
    right frame. As it now opens in the 'left' frame.

    I know you can do it with target in html. But I want it open up the URL from
    from the javascript dropdown menu to save space in the left menu. You can
    see the
    type of menu I mean at http://www.javascript.nu
    (My type of menu goes vertically in the left menu)

    Thanks in advance!
    LG


  • kaeli

    #2
    Re: Dropdown menu with links

    In article <kT57b.23391$mU 6.47783@newsb.t elia.net>, laogr@hotmail.c om
    enlightened us with...[color=blue]
    > I have asked before but I did not get all the answer I wanted. Perhaps I
    > explained too bad.
    >
    > I have my site in frames, and the dropdown list is in the 'left' frame, and
    > I have used javascript so that when you click on the selected word in the
    > dropdown menu, it automatically opens up an URL. I want it to open up in the
    > right frame. As it now opens in the 'left' frame.
    >[/color]

    In the html for the menu frame, put
    <base target="frameNa me">
    where frameName is the name of the right frame in your frameset.

    A description of HTML 4's BASE element for setting a document's base URI.


    -------------------------------------------------
    ~kaeli~
    Press any key to continue or any other key to quit.
    Who is General Failure and why is he reading
    my hard disk?


    -------------------------------------------------

    Comment

    Working...