Jump to content

Automatic redirects


warpkari

Recommended Posts

Hi

Does anyone know how I can set up an automatic redirection to a specified iframe ?

at the moment i am using this meta tag but i don't know how to make the page load into another iframe :

<meta http-equiv=Refresh content=2;url=blabla.php>

or maybe there's an alternative method? i just want users who log out to be redirected automatically to a page which is supposed to load in a specific iframe.

cheers!
Link to comment
Share on other sites

[!--quoteo(post=380245:date=Jun 5 2006, 11:58 AM:name=warpkari)--][div class=\'quotetop\']QUOTE(warpkari @ Jun 5 2006, 11:58 AM) [snapback]380245[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Hi

Does anyone know how I can set up an automatic redirection to a specified iframe ?

at the moment i am using this meta tag but i don't know how to make the page load into another iframe :

<meta http-equiv=Refresh content=2;url=blabla.php>

or maybe there's an alternative method? i just want users who log out to be redirected automatically to a page which is supposed to load in a specific iframe.

cheers!
[/quote]


You could just use an if statment
if ($UserID <> "") {
include("loggedout.php");
} else {
include("loggedin.php");
}
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.