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! 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. Link to comment https://forums.phpfreaks.com/topic/19020-how-to-redirect-frames/#findComment-82273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.