q1234ask Posted August 29, 2006 Share Posted August 29, 2006 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! Quote Link to comment https://forums.phpfreaks.com/topic/19020-how-to-redirect-frames/ Share on other sites More sharing options...
ober Posted August 29, 2006 Share Posted August 29, 2006 No. PHP is completely unaware of frames or any HTML structure you may use in your page. Quote Link to comment https://forums.phpfreaks.com/topic/19020-how-to-redirect-frames/#findComment-82273 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.