An `iframe` is an HTML element that creates an "inline frame" within a document.
0
votes
0answers
30 views
Iframe inside jquery free plugin that holds just plain text
Following the nice free plugin found here http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/ i had problem to show an i-frame inside the expanded text. It seems that i can ...
0
votes
0answers
24 views
Python 2.7 - Spynner - Acessing Iframe
How can I access iframe, ie. 2nd iframe on the page using spynner, so I can execute a click command on the specified element?
<html>
<head>
...
</head>
<body>
...
<frameset ...
-1
votes
0answers
28 views
Iframe not loading in internet explorer
I have looked everywhere but I couldn't find what I am looking for. my iframe works fine in other browsers. it is created dynamically by javascript. If I place the iframes statically they exist, but ...
1
vote
1answer
14 views
Embedded iframe from Tumblr can't load images automatically (URL not found)
So I have twisted my head around this for a while now, and just got desperate after a longer period of anger.
My iframe loads and all, but the images' URL's is not found.
- BUT! If you click on the ...
-4
votes
0answers
13 views
Is there a technique for inserting data into an iFrame?
This company provides me a form which is embedded into HTML and served through an iFrame. I'd like there to be some text on the input fields by default.
this question is similar, but not the same, ...
0
votes
1answer
29 views
Iframe on Google Chrome
Hello i am making a website but i am trying to iframe facebook or google into my website, but its not working no website link pops up, i am using google chrome.
...
2
votes
2answers
2k views
Getting youtube.com to load in iFrame
Can't get Youtube's homepage, or any other youtube.com prefixed URL to load in an iFrame. Any suggestions or insights?
Code:
<iframe src="http://youtube.com" frameborder="0" width="1020" ...
5
votes
5answers
17k views
Ajax File download Issue
I am downloading a dynamic file in my application, simulating ajax using iframes. What I am doing is, when the download request is made, I will create a dynamic invisible iframe, and set the src of ...
1
vote
1answer
28 views
Can I detect that content is loaded in an iframe or the main window using server side in c# ?
I'm letting people to use my website content in an iframe in their website, when they use iframe I add a QueryString to the end of the address that is the id of the website showing my website's ...
1
vote
2answers
41 views
Cross domain communication from parent to child iFrame using Javascript
I need to pass data from a web page to an iFrame hosted in that web page. I used window.postMessage. however the iFrame does not receive the event.
Here is my code snippet.
Parent page:
<!DOCTYPE ...
0
votes
0answers
40 views
How to detect an error 404 in an iframe?
My Web page uses iframes to collect content from other pages. All pages are in the same domain.
From the main page, is there a way to confirm that all iframes have loaded, and that there is no 404 ...
0
votes
0answers
45 views
How to pass variable to div from button onclick and use it inside div?
I have this code that when you click a button a div window pops up and it has an iframe inside it. Can any one show me how i can pass itemName variable to this itemDiv and use it in iframe url ?
...
2
votes
1answer
767 views
How do I get a chrome extension to load an iframe containing a local page
I'm writing a chrome extension where the standard popup page is used as a menu and I add a iframe at the bottom of the page to display some output. the display.html page contains the output I intend ...
5
votes
3answers
6k views
iframe on iOS (iPad) content cropping issue
I'm looking for the correct way to assure that dynamically revealed content is visible after scrolling in an iframe on ipad / iOS5.
Oh Iframes and iPad - what a wonderful old chesnut you are. I know ...
0
votes
2answers
84 views
How to load html content(not a page) into a div on button click
I have a form which takes the following code
<div class="data" data-id="sports">
<div class="data-inner"></div>
</div>
I have a html page that contains A left navigation bar ...
-1
votes
2answers
50 views
iframe doesnt work in IE
I am building a site for a photographer and i used an iframe to include different pictures in to the site as one long strip of pictures. This works fine in chrome safari en firefox but doesnt seem to ...
2
votes
1answer
388 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
28 views
How to add an element to parent window? - Chrome Specific (All other browsers work)
So pretty much I have an html that has an iFrame.
<iframe src="frame.html" width="2000" height="1000"></iframe>
Now, from within the iFrame js I try to call jQuery's append function to ...
2
votes
2answers
758 views
IFrame not working in Safari
I have an iframe in my web page. It works fine in FF and Chrome but not in Safari (I'm using Safari 6.0)
This is my code:
<html>
<head>
...
0
votes
2answers
3k views
How to dynamically resize an iFrame with pages of different heights?
I am using this code to dynamically resize an iFrame depending on the content of the remote site:
http://solidgone.org/Set-IFRAME-height-based-on-size-of-remotely-loaded-content
However, on that ...
0
votes
1answer
35 views
Iframe transparent background on Fancybox 2.1.4
As per title, adding the below works fine on Safari, FF & Chrome but not IEs. (only tested on IE8)
beforeShow: function(){
//transparent background
...
3
votes
1answer
4k views
dynamically resize iframe height based on dynamic content
First, I'll give you the structure of my page:
<html>
<body>
<div>
<iframe>
<div id="div1">
</div>
</iframe>
</div>
...
0
votes
1answer
31 views
How to reset the iframe properties at certain context of my web page. without using javascript
I am working on responsive design.. My Page contains iFrames
Example :
<iframe class="frame" src="www.google.com?embed=true&width=800&height=600" ...
0
votes
1answer
27 views
Controlling the functions of foreign site
I have hosted a simple webpage on my laptop. This page, sends request to another page [global www.* domain]; Page X which in-turn invokes another webpage; Page-Y and the final result shown on the ...
1
vote
1answer
28 views
Selenium Issue: Select.deselectAll() causing iframe issues
I'm testing a site using the Selenium Browser Automation framework. During testing I switch to a specific frame, let's call it "frame_1". Later, I use the deselectAll() method in the Select class. ...
0
votes
1answer
20 views
HTTPS Mixed Content prompt when HTTPS page hosts HTTP subframe
I'm using an iframe technology that places my html page inside of a 'landing page' hosted by our clients.
The problem in 1 situation is the page hosted by the client is HTTPS and it shows the ...
8
votes
4answers
4k views
How to display loading message when an iFrame is loading? — JQuery
I have an iframe that loads a third party website which is extremely slow to load.
Is there a way I can display a loading message while that iframe loads the user doesn't see a large blank space?
...
0
votes
0answers
20 views
ajax iframe shows only when loading complete
Assume I have these two files:
index.php
post.php
index.php contains a file select box and a submit button. And a script to post the form via ajax.
post.php contains a script which takes the file ...
0
votes
0answers
45 views
search into a website and result shows in iframe using javascript
i have two input box and button. if i entered url in first text box and entered search text in second text box. Now i need results in iframe. I tried it but screen will be empty....
Here the code....
...
0
votes
1answer
36 views
Disable pdf toolbar while displaying pdf in an iframe
Currently we are displaying PDF document in an iframe. By using preferences we can disable the top toolbar of PDF .But we can not force clients to do that. I am looking for a solution where i can ...
30
votes
3answers
57k views
Hide vertical scrollbar on an iframe?
I need to hide the horizontal scollbar on an iframe using css, jquery or js.
0
votes
1answer
20 views
Fancybox links to specific tabs in an iframe with tabify, doesnt work
Not sure if the title helps much but basically I have a lightbox that links to an iframe that runs Fanybox, which loads an iframe with a jquery 'tabify' plugin.
Here is a live link:
...
0
votes
1answer
13 views
How to style a 3rd-party iFrame [duplicate]
Is there a way to CSS-style a 3rd party iframe? For example, with a Twitter widget, I would like to change the font size.
How would I do this?
8
votes
3answers
8k views
android webview iframe overflow
I'm currently building a web app in android. My app runs in a webview, and loads third-party contents through iframes. The iframe size is fixed and supposed not to be changed by the content loaded. In ...
1
vote
0answers
17 views
Load iframe's popup in the same iframe
I'm writing a web app for tablets, which will connect to my client's project management scheduler software. Their software has a web interface, which I want to put in an iframe.
However, when ...
0
votes
0answers
21 views
Cross Compatibility issues with Youtube Player
I'm developing a page for a client that requires me to display a YouTube video, but they said they didn't want the YouTube player controls. They want a button that when they click, gives them the ...
0
votes
0answers
6 views
Iframes - handle button click
Is there a way for handling a button click (just want to hide the parent div on button click) which is inside an iframe from other domain - I know it subjects to same origin policy -tried some hacks I ...
0
votes
2answers
52 views
How to stop malicious automatic iFrame Form Input from other site?
So there's a guy putting this code on his site:
<iframe name="frame" src="" frameborder="0" width="1" height="1" allowfullscreen style="width:1;height:1;"></iframe>
<form name="form" ...
0
votes
0answers
30 views
Anchor tag in iframe via fancybox
I am using fancybox to open an iframe and scroll to an anchor tag but apart from IE where it works perfectly, all other browsers are not consistent and stop in a different place that not the anchor.
...
10
votes
4answers
11k views
Magento - How to allow certain tags (iframe, embed) in Magento's CMS editor?
I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags.
Is there a model or controller that I can edit to allow iframe ...
0
votes
0answers
25 views
Facebook share from within an Iframe which directs to a Parent page
We have parent page with an Iframe in it.
We want people to use a Facebook share button (using Addthis.com) within the iframe, and that the share will:
Get the parent page URL, and link the share to ...
1
vote
2answers
2k views
Set iframe height to that of internal content (on same domain)
I have an iframe embedded within my page - it's just part of my page, not the whole thing. I am reloading the iframe dynamically and want it to resize according to the height of the content within it.
...
-1
votes
1answer
29 views
how to prompt search query into a dynamic iframe
hi there i am creating a data grid which loads data from the database and i had even created a search box which prompts the search queries when a user inputs a value into it but now i want to show my ...
0
votes
1answer
22 views
offset().top doesnt count the height of chrome extention toolbar
I am trying to get the offset to top of an element, but it appears that if there is a some kind of Gooogle Chrome extention toolbar - it loads after the page is loaded in an iframe and its height is ...
0
votes
1answer
44 views
jQuery: clicking on a table located in an iframe
I have an ordinary table in html in an iframe and I would like to access it from the parent page (yes they are on the domain and server)
I've tried every kind of:
...
0
votes
1answer
17 views
How to switch to dynamically named iframe with Behat/Mink
Writing test for an iFrame generated when a button is clicked. The iFrame name and id are similar but generated dynamically. I have used "switchToiFrame" successfully before.
<div ...
0
votes
2answers
62 views
Three divs in a responsive iframe
I have three divs and this Google Maps iframe code with the following CSS:
#contact_map { border-radius: 200px; width: 320px; height: 320px; overflow: hidden; max-width: 100%; position: relative; ...
6
votes
8answers
52k views
Javascript Iframe innerHTML
Does anyone know how to get the HTML out of an IFRAME I have tried several different ways:
document.getElementById('iframe01').contentDocument.body.innerHTML
...
0
votes
2answers
43 views
Reload parent iframe from child popup
I have one page say display.aspx that is being used in other sites in Iframe. In display.aspx page, I have one button which opens Facebook popup for sharing. After successful share it gives me ...
0
votes
0answers
36 views
YouTube iframe embed showinfo not working in chrome but working in IE and FF
This isn't even an issue specific to a site I'm trying to make, as you can go to https://developers.google.com/youtube/youtube_player_demo to replicate the issue.
Simply play the standard video ...






