How do i link html directory that is outside iframe?

Discussion in 'HTML & Website Design' started by 02simond, May 20, 2006.

  1. #1
    Hi
    I got a login system on my site. The php based login system is working in an iframe. All works fine but when i click the login i come to a php in the iframe that only says you are logged in. But i want the php iframe to open a html page outside the iframe when i log in.

    How do i do that?

    Thanks for help
     
    02simond, May 20, 2006 IP
  2. doronty37

    doronty37 Active Member

    Messages:
    130
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    <a href="login.php" target="_top">
    <form method="post" action="login.php" target="_top">
     
    doronty37, May 20, 2006 IP