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.

Creating an iframe with given HTML dynamically

I'm trying to create an iframe from JavaScript and fill it with arbitrary HTML, like so: var html = '<…

javascript iframe
How to check if iframe is loaded or it has a content?

I have an iframe with id = "myIframe" and here my code to load it's content : $('#myIframe').attr("src", "my_…

javascript jquery iframe
Selecting an element in iFrame jQuery

In our application, we parse a web page and load it into another page in an iFrame. All the elements …

javascript iframe getelementbyid
How do I dynamically change the content in an iframe using jquery?

I was wondering if it is possible to have a site with an iframe and some jquery code that changes …

jquery iframe
How to prevent IFRAME from redirecting top-level window

Some websites have code to "break out" of IFRAME enclosures, meaning that if a page A is loaded as an …

javascript html iframe
How do I load an url in iframe with Jquery

I want to load an iframe on click, this is what I have so far: $("#frame").click(function () { $('this').load("…

jquery iframe load
How to get an IFrame to be responsive in iOS Safari?

The problem is that when you have to use IFrames to insert content into a website, then in the modern …

html css iframe
How to make an embedded Youtube video automatically start playing?

In my project, there is a video gallery module. In this module, there are two options: direct FLV uploading, and …

iframe video youtube embed
Get current URL from IFRAME

Is there a simple way to get the current URL from an iframe? The viewer would going through multiple sites. …

javascript url iframe