473,386 Members | 1,647 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Can IFRAME generate problems?

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

Oct 12 '07 #1
1 2396
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?
* <iframemay be targeted by various cross-site scripting (XSS)
attacks

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

* IE may require your users to change their security settings to see
this <iframecontent.

* 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.

Oct 12 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jeff Thies | last post by:
I'm (still) having trouble reading the contents of an IFRAME (IE5). I have this: var my_iframe = document.frames; What I would want to do at that point is get either the...
12
by: Javier | last post by:
Hello, I'm very new in this forum and as I have the following problem, the website is in http://new.vanara.com ----------------------------------------------------------------------------...
3
by: Russell | last post by:
I have a quirky issue that I believe involves timing and only 2 hairs left to pull. I have a modal dialog that is an IFrame. The IFrame contains another window - which contains the appropriate...
7
by: Patrick.O.Ige | last post by:
Can i use Frameset in ASP.NET?What are other options I have a question :- I have an asp.net page and i'm using TreeView control as links The links are on the left side of the page inside a iframe!...
12
by: wangzx | last post by:
I am the author of easyajax.sourceforge.net, and I have a problem on Firefox 1.5, I post the problem here and hopes somebody help me. The test page can be:...
2
by: Bart Van der Donck | last post by:
Hello, I'm having difficulties to understand why the code below doesn't work. The idea is to generate an <iframe> with a higher z-index compared to an <object>. In Microsoft Internet Explorer 6,...
3
by: PCgeek | last post by:
sorry moved this over to javascript forum, didn't mean to post 2x! Hi guys, I'm trying to put the finishing touches on my website and could really use some help on this particular issue. My page...
1
by: fishomen | last post by:
hello i have an iframe with height of 300px. and inside of the iframe, i generate php script that create tables. sometimes the php script generate tables that thier total height is bigger...
3
by: synergy_711 | last post by:
I feel like this should be fairly easy but I have been struggling with this for sometime. I have not been able to find someone who's had the same problem as mine yet. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.