Author | Post | |||
sniperkid |
is it possible to use php to get rid of frames? this is sort of what i have; title links body 3 frames but when you login, it splits the body up into 2 sections like this; title links 2nd main links body the 2nd links is the challenges link, the first links is the nav bar, what i wanted to know was is there a way of getting rid of the 2nd links when the logout link (from the 2nd links) is pressed? i have tried using meta http-equiv to refresh it but it still stays there . Thnx |
|||
Edited by sniperkid on 12.07.2004 17:53:31 | ||||
12.07.2004 17:53:16 |
|
|||
paralax |
load the link with <a href="logout.php" target=_parent>Logout</a> |
|||
12.07.2004 17:59:18 |
|