Jump to content

how to redirect frames


q1234ask

Recommended Posts

Hey, guys,

ask you a question:

Is there a way to redirect frames in php instead of javascript?

such as:
header ("Location: login.php");
            header(" top.frames[0].Location:front.htm");

or

echo "top.frames[0].location.href='front.htm'";
echo "top.frames[1].location.href='login.php'";

Thanks for any help!
Link to comment
https://forums.phpfreaks.com/topic/19020-how-to-redirect-frames/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.