|
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 Threads | Posted | | 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 | August 9, 2004, 12:05 am |
| iframe and HTML 4.01 | October 1, 2004, 10:07 pm |
| Another iFrame question | May 9, 2005, 12:49 pm |
| IFRAME pro contra? | June 11, 2005, 2:00 pm |
| iframe problem | June 27, 2005, 7:10 am |
| July 11, 2005, 5:45 pm |
|