Status: offline

devil

Forum User
Newbie
Registered: 02/28/06
Posts: 5
I have done some searching on the forums and have had not luck getting this code to work, I am a noob to php, and to geeklog. what I want to do is display This page in a static page. If someone could look at this and push me in the right direction I would really appreciate it.


devil
www.devilspg.com

Status: offline

suprsidr

Forum User
Full Member
Registered: 12/29/04
Posts: 555
how about using an inline frame:
Text Formatted Code
<iframe width="100%" height="1000" frameborder="0" src="http://www.devilspg.com/bf2s"></iframe>
 


sometimes this works best if the links in the page are relative.
you can set the height to whatever suits your needs.
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com

Status: offline

devil

Forum User
Newbie
Registered: 02/28/06
Posts: 5
OK, that lanched the page, but then "breaks out" of the frame and takes up the hole page.


devil
www.devilspg.com

Status: offline

suprsidr

Forum User
Full Member
Registered: 12/29/04
Posts: 555
its this line in the page
Text Formatted Code
    <script type="text/javascript">if(top.location != self.location) top.location.replace(self.location);</script>
 


remove it
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com

Status: offline

devil

Forum User
Newbie
Registered: 02/28/06
Posts: 5
Thank you so much, that did the trick.
devil
www.devilspg.com