Top "Iframe" questions

An 'iframe' is an HTML element that creates an "inline frame" within a document, which allows displaying a separate document in the same page.

Detect Click into Iframe using JavaScript

I understand that it is not possible to tell what the user is doing inside an iframe if it is …

javascript iframe ads dom-events click-tracking
iFrame onload JavaScript event

I have an iFrame, where I want to send a JavaScript command after loading. My current code looks like this: &…

javascript iframe dom-events onload onload-event
Unsafe JavaScript attempt to access frame with URL

I am getting the below error when i try to set a hash value to the parent url from iframe …

javascript iframe webkit cross-domain
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 …

html iframe standards
YouTube iframe embed - full screen

I have a form that is iframed into a web page. Upon completion of the form, a YouTube video is …

html iframe
Get DOM content of cross-domain iframe

I have an iframe for a cross-domain site. I want to read the DOM of the iframe, which I believed …

javascript jquery html iframe
How to pick element inside iframe using document.getElementById

I have a iframe like this <iframe name="myframe1" id="myframe1" width="100%" height="100%" src="a.html"> <html&…

javascript html iframe getelementbyid frameset
how to properly display an iFrame in mobile safari

I'm trying to display an iframe in my mobile web application, but I'm having trouble restricting the size of the …

css iframe mobile-safari
Html code as IFRAME source rather than a URL

This standard code for an IFRAME, is there a way to replace the src URL with Just html code? so …

html iframe frame
Using iFrames In ASP.NET

I have an asp.net website with a master-page, can I use the iframe so my .aspx pages will load …

c# asp.net iframe contentplaceholder