Getting out of frameset

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

    Getting out of frameset

    Hi,

    Could anyone suggest any code for getting out of a frameset back to a
    normal web page. I have designed a system which uses a frameset but
    when the user logs out for whatever reason, I want to take them to a
    login page without a frameset around it.

    Any suggestions would be great

    Thanks

    Dave

    PS. I know framesets aren't great, but it suited the needs of this
    site.
  • Yann-Erwan Perio

    #2
    Re: Getting out of frameset

    Dave wrote:
    [color=blue]
    > Could anyone suggest any code for getting out of a frameset back to a
    > normal web page. I have designed a system which uses a frameset but
    > when the user logs out for whatever reason, I want to take them to a
    > login page without a frameset around it.[/color]

    <a href="login.htm l" target="_top">L og out</a>

    See also:
    <URL:http://www.w3.org/TR/html401/types.html#type-frame-target>
    [color=blue]
    > PS. I know framesets aren't great, but it suited the needs of this
    > site.[/color]

    Frames are neither good nor bad, they're just tools that can be
    correctly or incorrectly used, if you're sufficiently familiar with them
    then go ahead.


    Regards,
    Yep.

    Comment

    Working...