Tagged Questions

41
votes
14answers
3k views

Frame Buster Buster … buster code needed

Let's say you don't want other sites to "frame" your site in an <iframe>: <iframe src="http://yourwebsite.com"></iframe> So you insert anti-framing, frame busting JavaScript into …
19
votes
9answers
6k views

Resizing an iframe based on content

I am working on an iGoogle-like application. Content from other applications (on other domains) is shown using iframes. How do I resize the iframes to fit the height of the iframes' content? I've …
12
votes
8answers
10k views

Invoking javascript in iframe from parent page

Basically, I have an iframe embedded in a page and the iframe has some javascript routines I need to invoke from the parent page. Now the opposite is quite simple as you only need to call …
11
votes
7answers
15k views

How to apply CSS to iFrame?

Hi, I have simple page that has some iFrame sections (to display RSS links), how can I apply the same CSS format for the main page to the page displayed in the iFrame? Thanks,
11
votes
13answers
2k views

Are iframes a terrible idea?

I'm building a widget, and I've been using iframes to present content within it. At some point, I might start serving third party HTML and JS, so I thought iframes would be a good idea. It does make …
10
votes
7answers
2k views

Are iframes considered ‘bad practice’?

Somewhere along the line I picked up the notion that using iframes is 'bad practice'. Is this true? What are the pros/cons of using them?
9
votes
9answers
16k views

jQuery .ready in a dynamically inserted iframe

We are using jQuery thickbox to dynamically display an iFrame when someone click on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures. The problem …
9
votes
3answers
2k views

Retrieving HTTP status code from loaded iframe with Javascript

I used the jQuery Form plugin for asynchronous form submission. For forms that contain files, it copies the form to a hidden iframe, submits it, and copies back the iframe's contents. The problem is …
7
votes
10answers
889 views

Are IFrames (HTML) obsolete?

Gettting contradictiory messages about that, hope they're not. I cannot imagine support for it would stop, since a gazillion sites use them. Some additional questions about that : Why should they …
7
votes
7answers
4k views

How to auto-size an iFrame?

I'm loading an iFrame and want the parent to automatically change the height based upon the height of the iFrame's content. To simply things, all pages belong to the same domain, so I shouldn't run …
7
votes
7answers
3k views

Remove border from IFrame

How do I remove the border from an IFrame embedded in my web app? An example of the IFrame is: <IFRAME src="myURL" width=300" height="300">Browser not compatible. </IFRAME> I would like …
6
votes
16answers
1k views

Why developers hate iframes?

While working with web developers i always hear from them that using iframes is something we must avoid as possible as we can, and so go and say its something bad, annoying and makes a lot of …
6
votes
2answers
447 views

Why do frame breakers work cross-domain, and can you conditionally use frame breakers?

I've been investigating frame breaking code recently and have come across some really bizarre behavior related to the same origins policy that I am having trouble understanding. Suppose I've got a …
6
votes
9answers
6k views

Javascript callback when IFRAME is finished loading?

I need to execute a callback when an IFRAME has finished loading. I have no control over the content in the IFRAME, so I can't fire the callback from there. This IFRAME is programmaticly created, and …
5
votes
4answers
126 views

Can iframe pages tell when they are iframed?

So I know that if I include an iFrame to a page that is not on the same domain I can't access that iframe's DOM via browser policy, but can a page that is in an iframe do any kind of parent document …

1 2 3 4 5 46 next
15 30 50 per page