IFRAME problem
Forlon
Status: New User - Welcome
Joined: 16 Jun 2005
Posts: 1
Reply Quote
I am trying to use an iframe to display part of a page I don't have any control over.

<iframe src="http://www.somepage.com" width="100" height="100" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

This use to work for me but now the page will not stay inside of the frame. Instead of staying at my page within the frame my page will redirect to www.somepage.com full screen.

Is there a way to prevent this or another technique I could use to get the same results I use to get with iframes?
Back to top
erikZ
Status: Contributor
Joined: 30 May 2004
Posts: 148
Reply Quote
It sounds to me like they inserted a javascipt frame detector. If you turn off your javascript then reload the page, and it doesn't redirect to their site, they are using javascipt to escape your frame.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours