Jump to content

Break Out Of Iframe In Php


cdman

Recommended Posts

Hello,

 

I am using an AJAX gallery called Minishowcase: http://minishowcase.net

 

The gallery is in a PHP file (index.php). I have inserted an iFrame into my main site that calls the php file:

<iframe src='index.php' frameborder='0' width='100%' height='100%' allowtransparency='false' scrolling="no" frameborder="0" align="middle"></iframe>

 

It works fine until I try to open one of the images in the gallery. It keeps opening inside of the iFrame and getting cut off. Is there an easy way to make the images open outside of the iFrame?

 

I've tried to find the code that opens the image but can not.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/270511-break-out-of-iframe-in-php/
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.