An `iframe` is an HTML element that creates an "inline frame" within a document.
0
votes
1answer
7 views
Finding child element from iFrame via getElementById or other technique?
I have an iframe on my page, and need to get a child element from it whose ID I have. I'd like to do something like this:
document.getElementById('iframeID').getElementById('child element ID')
I'm ...
0
votes
0answers
7 views
How to Pass a Cookie to an iframe sourced php script?
I have a situation where I have two scripts, one that received variables from the command line and subsequently creates an iframe. I'm trying to figure out how to pass the variable to the iframe ...
2
votes
0answers
31 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 = $('.data-and-time' , ...
0
votes
0answers
2 views
iframe inside XUL Panel not reloading everytime
In a firefox extension i have a panel that is attached to a toolbar button.
Inside that panel i have an iframe with some content.
When i first load firefox, i click the toolbarbutton and it loads ...
0
votes
2answers
31 views
How Do I Apply a Style Only When It Falls in an IFrame?
I'm trying to hide certain elements of the content displayed in an IFrame based on it falling within an IFrame tag. I have control over the CSS for both the base page and the page to be displayed in ...
0
votes
0answers
2 views
PhpCAS redirection loop on iframe
I have a request that authenticate with phpCAS and works fine when accessing from url directly (copy past url on browser).
But When i use the same url in Iframe src or in button href i got infinite ...
0
votes
0answers
4 views
iPad Browser Tab Carousel - How to cycle browser tabs on iPad automatically?
I'm looking for a way to automatically cycle through browser tabs on an iPad.
This chrome extension (tabcarousel) is exactly what I want (every 15 seconds), but it seems extensions aren't available on ...
0
votes
1answer
17 views
How to embed translate.google.com without iframe/object (X-Frame-Options is SAMEORIGIN)
I am trying to embed the google translator page. I would like to have the same behaviour as the google translator website has, two boxes, and 'arrow' to change the languages, etc.
I have tried with ...
109
votes
11answers
92k views
Overcoming “Display forbidden by X-Frame-Options”
I'm writing a tiny webpage whose purpose is to frame a few other pages, simply to consolidate them into a single browser window for ease of viewing. A few of the pages I'm trying to frame forbid ...
0
votes
0answers
21 views
System.Web.HttpException: Pharmacy Not Found
I am trying to show a another website in my current website using iframe.
Below is the code I am using.
<iframe width="1016px" height="900" src="https://apps1.webconnectqs1.com/login.aspx?id=53" ...
0
votes
2answers
66 views
Why iframe font size doesn't change at all?
I want to change iframe font size into 150%. I already set up in css then the result doesn't change which is still same small text. Why it doesn't change the size?
Here my css codes,
#frame{
...
0
votes
0answers
6 views
Printing another frame working in Chrome but nothing else
I have some code which lets you print another frame on the click of a button, and it works fine in Google Chrome, but I get a blank page (it prints about:blank) in firefox.
I haven't tried it in IE ...
0
votes
0answers
11 views
Iframe do not show in internet explorer
I've an iframe that do not display in internet explorer 9 & 8, i can see it only in firefox and google chrome.
here is my doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-1
votes
0answers
6 views
I would like to add a shadow to my iframe but it conflicts with my main style.css sheet
I would like to add a shadow to my iframe but it conflicts with my main style.css sheet. How can I stop it from conflicting with my main stylesheet.
This is what I have so far and for some reason it ...
0
votes
2answers
27 views
Position absolute div displays below pdf file
I have an iframe which have a pdf document. I also have a div which I want to display over that pdf file.
HTML CODE
<iframe width="200" height="200" src="abc.pdf" style="border:1px solid ...
0
votes
2answers
31 views
How to set jQuery data() on an iFrame body tag and retrieve it from inside the iFrame?
I'm stuck trying to set data() on an iFrame I create.
This is what I'm doing:
// options > my configuration object
// options.src = eg "path/foo.html"
// options.id = uuid
// ...
3
votes
5answers
3k views
tinymce.selection.setContent inserts the text at the begining of the textarea in IE
I have created a plugin for tinyMCE to insert in the editor mathematical formulas using MathJax.
This plugin opens a popup in a iframe (using jQuery) and then launches a trigger - on event to insert ...
1
vote
4answers
5k views
Android Application iFrame a Website
How can you create app in Android that iframes a website in Eclipse. What's the code for it?
Thanks in advance!
0
votes
0answers
34 views
Scroll parent page to a position within easyxdm resized iframe - code?
I've looked for an answer but haven't found one.
I'm hoping that someone has already solved this problem and can point me towards some code. :)
I'm writing a comments widget that gets embedded using ...
0
votes
2answers
46 views
Print a document with JavaScript
I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this:
...
0
votes
1answer
20 views
Authenticate websites that are using my service through iframe
I have a service that I provide to different websites. For the website to use the service they implement a javascript that triggers a lightbox with a iframe in it.
The problem is I don't want any ...
0
votes
0answers
14 views
ShoutCloud won't scroll down on load when put in sliding panel
I have just installed the ShoutCloud shoutbox. The shoutbox is supposed to scroll down to the bottom of the page when loaded (to display the last message). It works perfectly when i put in an iframe.
...
0
votes
1answer
21 views
Can parent frame change document.domain of child iframes?
i need to update document.domadin of child frames to cut off some elements from it's content. Can i do that anyhow? Child iframe domain subdomain.ex.com and parent window domain is ex.com
How i can ...
32
votes
16answers
59k views
+50
Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar
I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the frame will not need any ...
3
votes
1answer
468 views
Mobile users unable to access Facebook page tab
I'm having a problem that I can't see to fund the solution to.
I have a tab on my Facebook page (one of those static HTML: iFrame apps). There are no problems accessing it from a PC, however when I ...
0
votes
2answers
82 views
Why can I access an iFrame but not its contents?
I'm trying to access the contents of an iFrame and I'm getting nowhere.
I have this:
that.findGadget = $.fn.findGadget = function (root) {
var root = root || this;
if (root[0].tagName === ...
1
vote
2answers
6k views
attempt to run compile-and-go script on a cleared scope
i have a function that create an iframe in the page:
var wrapper = outer_doc.find('#wrapper');
create('iframe_sub', url + 'pages/page.html', '565px', '466px');
$('<div class="submenu" ...
0
votes
4answers
48 views
IE8 iframe renders simple text file as HTML , I need raw code
I have iframes that need to show codefiles. The codefiles have .txt extention and should just show the code as text. This works perfectly on all browsers except IE8. IE8 keeps rendering the code ...
0
votes
0answers
14 views
Making an IFrame unresizeable
I have this Iframe, which displays only a certain part of a website, and also blocking the scrolling up option.
Here it is:
<div style="overflow: hidden; margin-top: -205px; margin-left: ...
6
votes
1answer
46 views
Making a Same Domain iframe Secure
tl;dr Can I execute un-trusted scripts on an iframe safely?
Back story:
I'm trying to make secure JSONP requests. A lot of older browsers do not support Web Workers which means that the current ...
0
votes
2answers
64 views
two divs with display:inline-block - second div with iframe ad being pushed down a few pixels
Background: working on a responsive redesign. normalize.css used for reset.
DFP Ads inserted into div's using this technique. The ad container div's are hidden depending on window size and the ad ...
0
votes
2answers
24 views
Load iframe content on button click from another iframe
I have a main.php file that contains two iframes: test1 and test2
<iframe id="test1" name="test1" src="test1.php" height="300" width="200"></iframe>
<iframe id="test2" name="test2" ...
4
votes
2answers
9k views
Creating a full screen iframe
I'm currently looking into XSS attacks, with the aim of using them in client demonstrations (I'm a pen tester). I've written a tool that will host a malicious version of a website's login page (that ...
0
votes
0answers
7 views
Apple App Search Widget
I've inserted the code for the Apple App Search widget in my blog.
The code is as follows:
<iframe ...
0
votes
1answer
23 views
Why Shadow DOM when we have iframes?
I heard of shadow DOM which seems to solve the problem of encapsulation in web widget development. DOM and CSS rules get encapsulated which is good for maintenance. But then isn't this what iframes ...
0
votes
1answer
10 views
Embed html5 viewer in facebook timeline
I would like to be abble to embed directly in the timelin our html5 viewer for tuto.
We need that our followers can use the viewer without installing any apps , directly in our timeline or in their ...
0
votes
2answers
47 views
Youtube/vimeo iframe won't play in firefox
I am embedding a youtube/vimeo video onto my site with an iframe.
<iframe src="http://www.youtube.com/embed/{$entity->getYoutubeVideoID()}" ...></iframe>
The ...
1
vote
1answer
21 views
JavaScript and iframes: dangerous for my website?
In order to see a live preview of another website that users link to on my website, I'm using iframes.
However, this is probably not the best solution, as a website is loaded directly into mine, with ...
0
votes
0answers
24 views
Use CRM in an IFrame
I'm having same issues with this iframe.
First I'm able to use a local CRM in my iframe which uses windows authentication. But I'm not able to use another CRM which is online(it's not online per se, ...
0
votes
2answers
23 views
Move a cursor position in iframe via javascript
i want some code to move the cursor position in an IFrame via Javascript or jquery.
Really it will help me a lot.
0
votes
1answer
27 views
Kendo mobile scrolling doesn't work when page includes iframe in it
I'm using Kendo Mobile in my application and seems it has issue when page includes some iframe in it(youtube video in my case).
Scrolling works fine everywhere except when user taps on iframe during ...
0
votes
1answer
31 views
Serverside redirect from iframe not working in Firefox and Chrome but works in IE6
I would love to know why the following does not work in Firefox 21 and Chrome 26 yet it works in IE 6.
I have a page "frame.html" which contains an iframe.
The iframe points to another page ...
0
votes
3answers
32 views
How is the iFrame with Header Preview Achieved?
I know this is a general question, but I can't get a true answer on Stackoverflow or searching google. How do I make a page with a fixed header for logo and links and an iFrame of a given URL. The ...
1
vote
1answer
38 views
Need iFrame Content to Refresh (Loading Page Content Within Divs)
I am using Codiqa, a mobile prototyping tool, which creates div id layers with iframes inside them, and the menu links just go to that DIV id without any real page loading; so when the main Apps menu ...
2
votes
0answers
29 views
Iframe working but Height always increase
Hello after hours of search i found a script that works for my iframe exept a little problem it never stops it increases the height with no stop... here is the code
i add this script at my page i want ...
0
votes
0answers
20 views
iOS Youtube iframe bug
I am playing an embedded Youtube video (iframe) on iOS. I want to manipulate the iframe's size dynamically with javascript. I noticed that when I change the frame's size with javascript, the video is ...
0
votes
0answers
12 views
Click on a like button implemented by iframe doesn't appear on my timeline
I implemented the Facebook "Like" button using iframe into following page:
http://www.atelierdolcevita.be/membres/testxz.php
and when I click on it, my face appears next to it and the "like" does ...
0
votes
1answer
20 views
difference between iframe, embed and object elements
HTML5 defines several embedded content elements, which, from a bird's-eye view, seem to be very similar to the point of being largely identical.
What is the actual difference between iframe, embed ...
0
votes
1answer
11 views
ScrollTo or ScrollLeft. Div inside of Iframe
I am trying to have a div on a html page that gets loaded into an iframe scroll to a certain horizontal position onload. But I can't get it working.
With some simple body onload code in the html page, ...
0
votes
0answers
46 views
Windows Explorer on iFrame
There is my problem:
I have an iFrame that displays a WebPage or Windows Explorer depending on what was specified in a textbox.
I currently have this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD ...





