IFRAME problem
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 |
|||||
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 |
|||||
All times are GMT - 8 Hours
|