HOW TO open a specific page in a frameset ?

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

    HOW TO open a specific page in a frameset ?

    I would open automaticily the page Product125.htm in the right frame with

    MyFrameSet.htm? Product125.htm

    Is it possible ?


    Content of MyFrameSet.htm :
    <frameset cols="30%,*">
    <frame name="menu" src="menu.htm" scrolling="no" frameborder="no ">
    <frame name="detail" src="general.ht m" frameborder="no " >
    <noframes>

    Thanks

    --
    Olivier (enlever les 3X pour la réponse)


  • Gill Bates

    #2
    Re: HOW TO open a specific page in a frameset ?

    something like
    onload="rightfr ame.location.hr ef=yourownstrin gfunction(locat ion.href);"
    should do the trick.

    Though there might be some predefined function to better put after the =








    "BlackSabba th" <son.of.devil@n o.spam.in.hell> wrote in message
    news:3f26204e$0 $22086$626a54ce @news.free.fr.. .[color=blue]
    > I would open automaticily the page Product125.htm in the right frame with
    >
    > MyFrameSet.htm? Product125.htm
    >
    > Is it possible ?
    >
    >
    > Content of MyFrameSet.htm :
    > <frameset cols="30%,*">
    > <frame name="menu" src="menu.htm" scrolling="no" frameborder="no ">
    > <frame name="detail" src="general.ht m" frameborder="no " >
    > <noframes>
    >
    > Thanks
    >
    > --
    > Olivier (enlever les 3X pour la réponse)
    >
    >[/color]


    Comment

    Working...