jump menu in frames

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

    jump menu in frames

    Hi,

    In framesets, I created a jump menu in the leftFrame. What I want is when
    I pull down and select item from the menu, the rightFrame will be the page
    that item value point to. But It seems not working at all.
    Would anyone tell me how to do it?
    Thanks.

    Jason


  • kaeli

    #2
    Re: jump menu in frames

    In article <c1c6c2$9ta$1@n ews.seed.net.tw >, JASON88@seed.ne t.tw
    enlightened us with...[color=blue]
    > Hi,
    >
    > In framesets, I created a jump menu in the leftFrame. What I want is when
    > I pull down and select item from the menu, the rightFrame will be the page
    > that item value point to. But It seems not working at all.
    > Would anyone tell me how to do it?
    > Thanks.
    >
    > Jason
    >
    >
    >[/color]

    Is the menu the only thing with links in that left frame?
    If so, a simple
    <base target="rightFr ameName">
    in the html would do it. (put the name of your right frame in there)

    --
    --
    ~kaeli~
    The secret of the universe is @*&^^^ NO CARRIER



    Comment

    Working...