Tagged Questions
2
votes
1answer
20 views
Print a PDF via an iframe in Chrome/Firefox/IE
I want to trigger the print of a PDF file which I load in and iframe.
After looking around, I came up with the following bit
<iframe name="pdfname" id="pdfid"></iframe>
<button ...
0
votes
1answer
16 views
Scrolling to a particular ID within an iframe without moving its parent
I needed to be able to load a particular page in an iframe on demand, so I used a simple wrapper:
function updateFrame(url) {
frames[0].location = url;
}
Then I was asked to load the page to a ...
3
votes
4answers
72 views
apply css to html but not iframe html
I'm making a user stylesheet for the add-on 'stylish.'
It applies a semi-transparent dark box over the entire page for night-browsing.
I'm using:
html:before
{
content:url()!important;
...
0
votes
1answer
51 views
Cross-browser absolute positioned div over iframe?
I have an embedded iframe YouTube video on my page and a CSS drop down that I need to have overlaying it. I've ran into problems in both IE10 and Firefox 20.
In IE10, the drop down appears behind ...
1
vote
2answers
90 views
behavior of iframe contentDocument in chrome and firefox
Here is my testing.html:
<html>
<meta charset="utf-8">
<script>
window.onload = function() {
var a = document.getElementById("divid");
var ifr = ...
0
votes
1answer
63 views
Iframe load event in firefox extension
I'm building a firefox extension that has an iframe inside a panel.
I use a xul file as src of the iframe.
When i click on a specific button inside the iframe, i want the iframe to be loaded again ...
0
votes
1answer
43 views
Passing values to iframe inside xul panel
I am creating a firefox extension that has a button on the toolbar that will show below custom content that i will set.
I was using a XUL file to create the structure of this content, and i was ...
4
votes
2answers
93 views
Inconsistent scrollwidth for iframe in FF/IE
I've got an iframe in my page, the contents of which are changed by clicking links in the main body of the page. I am trying to resize the width of the iframe to match the contents, like so:
...
1
vote
0answers
39 views
Stuff working in firefox goes wrong in chrome
I got some stuff going quite wrong in chrome, while in firefox there is no problem:
When clicking a kind of button i made, no requests are sent.
When trying to give a source to the iframe using the ...
0
votes
0answers
40 views
Iframe opening in very small size in firefox when page is loaded. Once refreshed, it goes to original size
I have a html which has a iframe in it. When I move from one page to another, the iframe opens very small in height(just 2 cms), although when I refresh the page, the iframe goes to its original size ...
0
votes
0answers
34 views
Firefox iFrame content not rendering as html
I have come across an issue where an iframe is rendering as text only
when deployed on a development server (works fine on local
deployment), and
only in Firefox (works fine in IE always).
When I ...
0
votes
2answers
140 views
How to get focus back for parent window from an iframe programmatically in Javascript
Some websites have focus set on an element on window load. If I iframe that website, It seems not able to set focus on parent window, programmatically. This only happens to IE (9) and Firefox (19), ...
1
vote
1answer
112 views
JavaScript not working inside iframe in Firefox
I am using an iframe that loads a page with a form. The form action is overridden using javascript. The javascript form action is working in IE and Chrome. But in Firefox the javascript is not working ...
0
votes
1answer
64 views
Target = iframe links don't work in Fire Fox
I'm building a page that has links on the left of the screen that target an iframe. They work just fine in the new IE, but not at all in FireFox. I've played around with their Z-index, but can't seem ...
0
votes
2answers
58 views
Iframe Size Issue on Firefox
I have an iframe inside a list(I'm using a slider), and on Chrome sets its size perfectly, but on Firefox, it has a smaller size.
It's like this
<ul id="slider">
<li><iframe ...
0
votes
0answers
125 views
unwanted page reload when dynamicly adding iframe
Looks like its an Firefox Home strict problem, and as Mozzilla dropped the support for it and pulled it out if iStore, there is I guess no point in trying to get workaround ...
0
votes
1answer
78 views
Calling a JS function on a nested iframe with Firefox
I've made a site which handles online credit card payments. As part of the payment process an iframe is required on my site which works with an external security service to validate credit card data. ...
0
votes
1answer
101 views
Key events not fired inside iframe for Firefox
I have my own little homemade JSFiddle website that I built mostly for fun and so far it's worked pretty well, but I develop exclusively in Chrome. I want to mention this because I think my issue may ...
0
votes
1answer
103 views
Dynamic created content iframe issue in firefox
I have written a javascript function to create simple content iframe, its work fine in all browser IE9,8,7 and chrome but not working in mozilla firefox, what is issue with my code? even not getting ...
0
votes
1answer
55 views
Why can I not set innerHtml of an iframe body in firefox?
Say you have an iframe and you are modifying its contentDocument with javascript.
Theoretically you can do this by either setting the contentDocument.body.innerHTML directly or using ...
0
votes
2answers
76 views
cant change iframe in firefox. similar to sandbox
I 've iframe on my page. the src of iframe is page from another domain(I have Cross-domain communication with them). When I open iframe, then I need to change it with another page. For Chrome I was ...
0
votes
1answer
74 views
How can I remove extra margin from INSIDE an iframe?
I am currently developing a rotating montage of mixed media on a website. There are about 5 images/videos that will appear in rotation on the site. The site also uses the Ektron CMS, so there is no ...
0
votes
2answers
118 views
FireFox appears to not support IFrame Data URIs
When I try to load a PDF Data URI into an iframe (eg, src="data:application/pdf;base64,...") in FireFox (18.0.2 [current release], OSX) it instead opens a download window.
For an example, check out ...
3
votes
2answers
254 views
Fullsize IFrame in firefox?
I am having problems with Iframes and Firefox. Basically, I am embedding an IFrame into a site for it take up the whole body area. It works perfectly with Google chrome as you can see here. The ...
0
votes
1answer
152 views
Resizing iframe, not working in Firefox
I'm trying to resize an iframe. My code is working in Chrome and Interner Explorer, but not in Firefox. Can someone explain why.
Here's my javascript:
<script type="text/javascript" ...
0
votes
1answer
87 views
Firefox keeps showing scrollbars for iframes. How to hide them
Original link: http://www.webdeveloper.com/forum/showthread.php?235680-FF-has-problems-with-IFrames-scrolling-and-height
I was always a fan of FireFox but now I am starting to hate it. I am changing ...
0
votes
0answers
75 views
Secret message passing from XUL Overlay to content script in iframe
A previous answer has already talked about the differences between loadsubscript and loadframescript, but it looks like there is one major disadvantage of using loadframescript: iframes do not have ...
0
votes
0answers
137 views
Capture iFrame resize event from browser extension
Is there a way to capture iFrame resize event from browser(Safari,Chrome,Firefox) extension's javascript.
Need to capture/detect event in extension's javascript when iFrame size changes .
I have ...
0
votes
0answers
91 views
Focus in an iframe in Firefox
I shall open a dialog which contains an iframe.
Then I would to focus in the iframe as soon as the dialog is opened.
Currently, I try to get the focus on the iframe when the content is loaded:
...
1
vote
1answer
40 views
Multiple videos embedded on Firefox 17.0.1
I'm having issues with firefox 17.0.1 on a Windows OS on this URL.
It's a weird bug that I cannot figure out, it only seems to be able to replicated using this operating system and browser.
The ...
7
votes
2answers
334 views
Why does a self-referencing iframe not infinitely loop and crash my machine?
I created a simple HTML page with an iframe whose src attribute references the containing page -- in other words a self-referencing iframe.
this.html
<html>
<head></head>
...
0
votes
1answer
206 views
Javascript: refresh IFrame browser specific
i need a solution for refreshing an iframe which works for different browsers.
can you confirm, that the code i found on the internet is correct or give me the correct javascript?
IE 7
...
0
votes
2answers
145 views
iframe: Subsequent clicks loads the new url in a new tab
!! SOS !!
Problem Background: I have a file which contains some page titles and corresponding URLs. I am reading this file dynamically and generating a table with each row showing the (clickable) ...
0
votes
2answers
294 views
how to create a new iframe with specify charset in firefox?
firefox
paraent page :charset is utf8
now want to create a iframe page :charset is gbk
but firefox seem can't set characterSet
var doc = window.content.document;
var ...
0
votes
0answers
118 views
Why do Firefox and Chrome return different values for an iframe's length?
Why can Firefox fetch 'iframe' length, but Chrome can't get length?
Firefox fetches '2'.
Chrome fetches '0'.
Javascript:
$(document).ready(function(e) {
var frames = window.parent.frames;
...
0
votes
1answer
132 views
check if a div inside iframe is visible in Firefox
I have an iframe named article_frame with several DIVs, named article_disp_0, article_disp_1, etc.
Only one of these is visible at a time.
When I'm outside the iframe, I want to be able to see ...
0
votes
0answers
139 views
Prettyphoto (iframe) in Firefox does not work
I work on a page that show images via prettyphoto box. Please open this link:
http://zulusplitter.moderngrafix.com/website/demo/portfolio-concept-art.php
on the bottom you see a colored photo. If ...
1
vote
1answer
117 views
`undefined` value of custom property in event (Firefox)
I have test.html page with code (https://gist.github.com/4293833):
<!doctype html>
<html>
<head>
<script>
var paymentEventHandler = function (e) {
console.log(e)
...
0
votes
0answers
233 views
Hide scrollbars of a iframe with javascript (Firefox, Opera and IE)
I have a website that needs to work without javascript.
In this website I show a iframe which contains the main content of the page. Because of a no javascript requirement, I have to show the iframe ...
0
votes
0answers
106 views
Cross browser( IE & Firefox mainly) wmv video not playing through iframe
I am using this code:
<object id="MediaPlayer" width="1000" height="750" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." ...
0
votes
1answer
411 views
Iframe not working in Firefox
Please take a look at my website inpages.nl
If you go to the word "weer" and click it an iframe will show up containing some sort of weather map. The problem is that it is not showing the weathermap ...
4
votes
1answer
411 views
Firefox 17 scrolling bug
I have a div with an overflow on it to allow a calendar to scroll. But in FF 17 it seems to have a rendering issue that shows up if you scroll upwards. The top of the page just gets repeated inside ...
1
vote
0answers
58 views
src can't work when use external website in FireFox
My website is www.abc.com
and i have a html .It's code is like this:
<iframe src="http://www.otherwebsite.com"></iframe>
<iframe src="http://bbs.otherwebiste.com"></iframe>
...
0
votes
0answers
87 views
iFrame Not Loading in Tabs in FireFox
I've been having this weird problem that I thin I am close to solving but would like some input. It relates to this problem here: Firefox and multiple iframes not loading I have 4 iframes loading on a ...
1
vote
0answers
138 views
Firefox and multiple iframes not loading
This question has been brought up a few times in a few other places but never has really been answered. My problem is this.
I have 4 iframes on a pages, each point to the same domain, requesting the ...
0
votes
2answers
380 views
jQuery iframe loading in chrome, but not in FF and IE
I've had some help writing a little jquery coding to allow toggling between different embedded iframes using their id's in the jquery to switch.
<div id="sins">
<iframe width='860' ...
0
votes
0answers
63 views
Strange behavior of firefox with document.write() javascript
i have problem with loading content via document.write() in firefox.my code do working in all other browsers but firefox.what i am doing is make ajax request to server and get whole page as response ...
1
vote
0answers
96 views
iframe won't load correct hash in firefox
I have an iframe with a differing domain, I have no trouble resizing the iframe by communicating with the parent or the child using jQuery postMessage plugin. However, I have a single page app that ...
2
votes
3answers
454 views
Focus or Autofocus in Input Text doesn't work in Firefox 16.0.2
I want to focus on a input text after page loads/starts. This is my form:
<form method="post" action="tags">
<input type="hidden" name="id" id="id" value="getId()" />
<input ...
0
votes
0answers
111 views
Creating dynamic iframes gets the page to show “loading” forever on FF
I have a page with a flash player on it. This flash player calls 2 ads created dynamically in a iframe (using javascript). Everything loads fine and shows.
My problem is that, although the page is ...



