An `iframe` is an HTML element that creates an "inline frame" within a document.

learn more… | top users | synonyms (1)

4
votes
7answers
5k views

Why can't an iframe set its parent's location.hash?

I have a window containing an iframe, containing an iframe, like so: +---------------+ | Top | | +-----------+ | | | Middle | | | | +-------+ | | | | | Inner | | | | | +-------+ | | | ...
2
votes
1answer
20 views

Getting Contents of Iframe with Pure Javascript

I already can get the content of an Iframe with jQuery, though I would like to learn how to get it with pure JavaScript. This is what I have so far. var frame = ...
1
vote
0answers
113 views

Trigger click in cross domain iFrame

I want to trigger a click event in a cross domain iframe. For video embeds we are using images as cover for those iframes. When the image is clicked, the iframe gets loaded. This video embed has no ...
1
vote
1answer
26 views

document won't fire mousemove event if mousedown occurred in iframe

I have a same origin iframe. Mouse events in the iframe are triggered in the document like so: // this won't work $('iframe').contents().find('body').on('mousedown mouseup mousemove', function(e) { ...
2
votes
3answers
2k views

Youtube iframe embedded video not working (black screen)

On Diveboard, we made a nice hack of photoswipe to support videos Everything went well until I discovered Firefox 11 and 12 beta are not playing the youtube videos embedded any more... it seems they ...
0
votes
1answer
25 views

Chrome extension enable content script to access iframe

Question is simple: Is there any way to enable a content script (through executeScript()) to be able to access an iframe on the current webpage (say stackoverflow.com) that has the same origin of the ...
0
votes
0answers
7 views

IFRAME error 403 with firefox, safari, opera - works with chrome

I am having a seamless IFRAME that loads the url: http://phpfiddle.org/api/run/8u7-a3n I have a setTimeout that refreshes the iframe content every 5 seconds, triggered on onload. Chrome works fine. ...
0
votes
0answers
18 views

Grab iFrame elements and “realtime” changing menu using javascript

I'm developing a website, where I'm bound to use an iframe. Not such a big point, although I've got a menu, outside the iframe, which has to respond to changes ínside the iframe. The pages that ...
0
votes
2answers
21 views

Seamlessly Refresh iFrame

We have about a dozen Cognos reports that we would like to cycle through 4 portlets on a dashboard. I was playing around with iframe's, but swapping out content from another domain (the cognos report ...
0
votes
1answer
27 views

Jquery - How do I dynamically adjust height of iframe?

I'm trying this code to adjust the height of an iframe to that of the browser window. I see dochit filling with the proper value, but it is not passing it to the iframe. When I use a <div> tag ...
1
vote
2answers
719 views

Facebook Like Box - Edit iFrame CSS

I was able to edit the css to my iframed twitter widget using the following instruction: iframe CSS Override for New Twitter Widget However I can't seem to get something similar to that to work on ...
2
votes
1answer
198 views

jQuery Mobile application when iframe inserted Back button does not function

When I put an iframe for a video that plays within my application the Back button on the jQuery UI Header does not function anymore. When I take the iframe out of the code it functions correctly ...
0
votes
4answers
3k views

Embed a Youtube Channel into HTML with iFrame

I'm trying to embed a Youtube channel into a HTML page. For example I take this channel address: http://www.youtube.com/aaaa I used this code: <html> <head> </head> <body> ...
19
votes
4answers
14k views

YouTube Video Embedded via iframe Ignoring z-index?

I'm trying to implement a horizontal multilevel dropdown navigation menu. Immediately below (vertically) the menu, I've got a YouTube video embedded via iframe. If I hover over one of the main level ...
0
votes
0answers
11 views

iFrame rescale issue on iPad

If have an element DIV that contains a iframe , when i rescale the DIV , the iframe inside follows that , in all browsers except iPad where it seems rescaling chaotically. the Main html : <div ...
1
vote
1answer
28 views

Make Google Viritual Tour embeds automatically rotate?

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ...
2
votes
3answers
4k views

Reload page after submit in iframe (javascript/jquery)

I have a page with an iframe. In the iframe there’s a submit button. When I click the submit button I want the parent window to be updated. This is what I have done so far, and it works (the ...
-2
votes
1answer
18 views

How to float a Div outside an iframe?

How do I show a floater, that is within an iframe on my site, but the floater appears on any website and not only within the iframe? I am sending a sample in fiddle floater (code). Remember that ...
0
votes
0answers
10 views

How do I pass parameters to android Intent in new scheme on chrome?

I have a web app calling a native app on android via an iframe intent which does not work in chrome 25 according to the following.... https://developers.google.com/chrome/mobile/docs/intents The ...
0
votes
0answers
13 views

Google maps not rendering properley within an iframe in ie8

I am building a widget and using a iframe to insert some Google maps code into a page and I am encountering a problems in ie8 which are not happening in any other browsers (ff, safari, chrome ie9). ...
0
votes
0answers
5 views

Attempting to solve iframes issues on apple mobile safari

I am looking after a site that is ASP.NET Web Form. The site is making extensive use of Telerik controls. Now getting more and more people visiting site using Mobile Safari ( iPad, iPod, iPhone ), ...
1
vote
1answer
14 views

iframe w3 with properties

So I've been working with a webpage. We have iframes to display our sponsor images, we need &s in the url stack to make sure the image shows up correctly. However w3 says that this isn't correct ...
0
votes
0answers
8 views

jScrollPane for customizing scrollbar not working

I was trying to customize my iframe scrollbar with following code using jScrollPane. It is anyway not working. Some where I went wrong. HTML: <iframe scrolling="yes" frameborder="0" style=" ...
0
votes
0answers
171 views

iframe autoresize doesn't work in Chrome

The following script will work just fine in FF and IE, but not in Chrome. Does anybody know how to tweak this to make it work with Chrome? What happens in Chrome with this script is that the content ...
0
votes
2answers
20 views

How to Disable User Interaction/Activity inside an HTML5 Object or iframe

I'm building a web app that also display a webpage content inside an iframe, for example, I show http://w3schools.com inside an iframe. I have options that let the admin decides whether the content ...
0
votes
0answers
3 views

android webview submit in iframe

I've a webview displaying some webpage, the webpage includes an iframe letting user choose pictures and upload them. My problem is when I click the button and select a photo, after onActivityResult ...
0
votes
0answers
11 views

Invalid mouse offset for cross-frame draggable + sortable

We are currently trying to accomplish cross-frame dragging between draggables and sortables provided by jQuery UI. This is working properly now. However, the mouse offset seems off when dragging from ...
2
votes
7answers
19k views

Printing contents of a dynamically created iframe from parent window

I have a page with a list of links and a div which serves as a placeholder for the pages the links lead to. Everytime user clicks on a link an iframe is created in the div and its src attribute gets ...
1
vote
3answers
30 views

How to get complete URL of iframe website [duplicate]

My website is an iframe base website. it has following link, localhost/folder/index.php/#!/post/ I can't figure out how to grab the "/#!/post/" part of the URL. I am using the following php script ...
0
votes
1answer
25 views

CKEditor cannot get current instance from iframe

CKEditor 4 or above I have form > textarea with CKEditor enabled and functioning. I have iframe in modal dialog and inside iframe is button with insert_media() javascript function. function ...
0
votes
0answers
5 views

Can I use Alohoa Editor inside in a Iframe

Can I edit html data contain in iframe with Aloha editor, if it is possible then how?
7
votes
4answers
9k views

start/play embedded (iframe) youtube-video on click of an image

I'm trying to start playing an embedded youtube video by clicking an image. The idea is to have an image on top of a video, and when the image is clicked it fades out and starts playing the video. ...
0
votes
0answers
2k views

how to print pdf inside embed/iframe using javascript

Me again. Unluckily our company does not want to buy the flexpaper. Bad for me I have to find an alternative on how to print the pdf inside embed tag / iframe. For my first question, i have the ...
2
votes
1answer
59 views

Getting contents of dynamic Iframe

I am trying to get the contents of a dynamically generated Iframe (same-domain). I have this so far. var frame = $('#avacweb_chat iframe'); var time = $('.date-and-time' , ...
0
votes
1answer
31 views

PHP multiple cookies not working on iPad / iPhone browser

So my application is an iframe based ecommerce cart; cart session is stored on the accessing domain. When a user checks out the iframe deploys a pop up login to our SAAS (which clears our domain for ...
48
votes
12answers
97k views

How to auto-size an iFrame? [duplicate]

Possible Duplicate: Resizing an iframe based on content I'm loading an iFrame and want the parent to automatically change the height based upon the height of the iFrame's content. To ...
2
votes
2answers
405 views

“Friendly iFrame” detection: How can I find my nested iframe in the top page?

I've come across a challenging iFrame detection problem in a "friendly iframe" environment. I need to identify from window.top which foreign domain iframe element in window.top.document loads inside ...
0
votes
1answer
15 views

How can I get an embedded Vine video to scale dynamically to different devices?

I'm trying to embed a vine video in a wordpress page and am having a hard time getting the video to scale when viewed on an iPhone. I haven't really had any luck adding things to the embed code html ...
0
votes
2answers
16 views

Set Iframe's height equal to its content

I've been struggling with this for a whole day, unbelievable. I have an option at my site where users can download a full chat history with a certain user, instead of loading it online and most ...
0
votes
1answer
22 views

How to transfer php session variables from a page to an iframe inside the page

So I have a webpage with session variables, for example one variable is: $_SESSION['name'] = 'testname'; I have an iframe within the page, and want to use this session variable in it. For a ...
1
vote
0answers
46 views

Embedded Google Maps Error - Blocked a frame with origin

I am trying to embed a Google map on a client's site. Here is the embed code I am using as copied from the view source of the page where it is embedded. I followed the instructions from this page ...
0
votes
0answers
15 views

jQuery - Make users fill out form before video plays

I need to make it so that when a user clicks the embedded youtube video to play the video, a form appears where they have to submit valid info in order for the video to continue playing. Where could ...
-3
votes
2answers
29 views

How to echo iframe with variable

Im sraping some websites and saving the data and then echo the data like this: echo $html->save(); The $html part is a variable which holds the complete website. I would like to echo the ...
0
votes
1answer
17 views

insert html in div inside of iframe js

<script> jQuery("iframe").load(function() { console.log('can you hear me?'); $('iframe').contents().find('#findme').html('lorium ipsom'); }); </script> I am having trouble ...
0
votes
0answers
6 views

How to move the Facebook send button iframe window

I am doing a mobile site and want to include the like/send buttons. However when I click the send button it opens up an iframe but it is half off the page. I can't even scroll to see the whole thing. ...
0
votes
2answers
35 views

Fixed div over embbeded youtube video

I am having problems with an embedded youtube video. I want that a fixed div goes over the embbedded youtube video. I know and read about the issue, and added ?wmode=opaque at the end of the source, ...
0
votes
1answer
32 views

How to style the content of an iframe from parent <div>

I have 3 pages. Page1 (on button click) calls page2 through a modal (modal1). Page2 has button when clicked opens page3 through a modal(modal2). So its modal inside another modal. I don't want to ...
0
votes
1answer
14 views

Iframe position absolute not working in android browser

I have a simple web page with an iframe inside a div container. Used bootstrap responsive every thing works fine with the below code: <div id="container"> <iframe id="iframe2" ...
0
votes
0answers
22 views

how load iframe auto when load main page?

Good day. I have site on wordpress 3.3 an plugin ease fancybox tell me please how load iframe auto when load main page ?
7
votes
3answers
9k views

Check if site is inside iframe

Anyone know if it's possible to check if a site is inside an iframe with PHP. I know it's possible with javascript, but i couldn't find any example with PHP?

1 2 3 4 5 205