Log in

View Full Version : iframe problem



alienbdit
09-06-2011, 07:11 PM
<iframe src="http://4shared.com" height="800" scrolling="auto" width="98%" frameborder="0" vspace="0" marginheight="0" marginwidth="0" applicati></iframe>

Run this code and see what happen. the site not loaded into iframe. it's redirect to the src url.

can anyone help me ? to solve this problem??

Brillig
09-06-2011, 08:33 PM
They 4shared.com site probably has a script that "breaks out of frames".

alienbdit
09-06-2011, 08:58 PM
They 4shared.com site probably has a script that "breaks out of frames".

is it possible to use iframe there ?

Brillig
09-06-2011, 10:19 PM
is it possible to use iframe there ?

I'm not sure what you mean. Use an iframe where?

Deadweight
09-06-2011, 10:22 PM
<iframe src="http://4shared.com" height="800" scrolling="auto" width="98%" frameborder="0" vspace="0" marginheight="0" marginwidth="0" applicati></iframe>


It might just be me but dont you have to finish spelling out application?

david_deseine
09-09-2011, 12:32 PM
Do you want a folder you share with 4shared in the iframe or the entire 4shared.com index page ?

jscheuer1
09-09-2011, 01:28 PM
It does break out of frames. There's nothing you can do to put it in an iframe.

david_deseine
09-09-2011, 06:26 PM
It does break out of frames. There's nothing you can do to put it in an iframe.

Yep John, I also tried with http://4shared.com, but maybe it's possible for a user's folder, that's why I asked the purpose of the iframe.