Click here to get back home

Can IFRAME generate problems?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Can IFRAME generate problems? marco.dini 10-12-2007
Posted by marco.dini on October 12, 2007, 9:32 am
Please log in for more thread options
Hello,
this is my first time in this forum.
We are redesigning our company's corporate site and since we need to
add some content from an external application to the homepage, we are
considering the use of an IFRAME box. What problems should we expect
to encounter? And what about cross-browser portability?
Do you know any usability problem (for instance font resizing and box
appearance or reload / refresh flaws)?
Any suggestion would be greatly appreciated.

Thanks a lot,

Marco


Posted by Andy Dingley on October 12, 2007, 11:12 am
Please log in for more thread options
On 12 Oct, 14:32, marco.d...@gmail.com wrote:

> we are considering the use of an IFRAME box. What problems should we expect
> to encounter?

* <iframe> may be targeted by various cross-site scripting (XSS)
attacks

* IE may attempt to guard against these attacks by being awkward about
the <iframe> content it will display.

* IE may require your users to change their security settings to see
this <iframe> content.

* Windows Updates may deliver unpredictable changes to IE and the way
it guards against these attacks, such that a previously deployed web
site or web app suddenly stops working. The suddenness of this is
about the worst part.


* There may be copyright issues about serving other people's content
in an <iframe>

* <iframe>s have some of the disadvantages of frames in general,
particularly for the bookmarking limitations.

* If you serve "live" client-side content from someone else's server,
then you're reliant on their server being reliable.

* If you serve content from someone else's server, they may object to
your use of bandwidth and then limit your access.

* In general, don't assemble content on the client-side. Load it to
the server, cache it, assemble it server-side (SSI or scripting) and
serve one single and simple page.


Similar ThreadsPosted
Problems with iframe tag September 14, 2004, 6:24 pm
problems with iframe rendering November 24, 2004, 3:42 pm
generate pages January 5, 2008, 10:33 am
Iframe February 17, 2008, 11:27 pm
like behavior for