HTML IFrame Help
Posted
by Josh K
on Stack Overflow
See other posts from Stack Overflow
or by Josh K
Published on 2010-05-13T19:34:45Z
Indexed on
2010/05/13
19:54 UTC
Read the original article
Hit count: 240
Hey Few Questions
1.Is it legal to have an IFrame on a website which inside has an external website?
2.In an IFrame is it possible to only show a section of the src that isnt the top left of the site (for instance if there was a chart in the middle of a website, could u have just the chart in your Iframe, or atleast start it centred there)
3.Any way to stop my IFrame from auto redirecting me to the external site
for 3: ie
<iframe src="http://fifa.com"></iframe>
Just sends me to fifa instead of actually showing that site in a frame.
© Stack Overflow or respective owner