Jump to content

Forcing frameset


PeFo

Recommended Posts

  • 4 months later...

Hi,

I know this post is very old, but if you're still pondering about it I've got an answer..

I don't think it can be done in php, because by the time the page has been dumped in a frame the php has already happened. But it can be done in javascript.

 

<!-- Begin
if (parent.location.href == self.location.href) {
window.location.href = 'index.php';
}
//  End -->

Link to comment
https://forums.phpfreaks.com/topic/57882-forcing-frameset/#findComment-389748
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.