Tagged Questions
0
votes
0answers
12 views
Dragover (jquery) want not work when iframe is in other domain than main page (in Chrome)
is there reason why Chrome want not drag image, link or selected text over iframe when iframe source is in diffrent domain than main page is? It is surprising, because when i drag any image or link ...
0
votes
0answers
16 views
Local fonts can't load in iframe in IE, Chrome and Opera
I've been writing a page that is intended to be used without internet connection.
There is an iframe with text which should be styled with custom font. The font does not load if I try to get it from ...
2
votes
1answer
24 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 ...
-1
votes
0answers
21 views
like box only appears connected to facebook for www.facebook.com/NeteCentavos
When you are creating a like box, in the url: https://developers.facebook.com/docs/reference/plugins/like-box/, and using as url parameter: www.facebook.com/NetCentavos, the box appears only when you ...
0
votes
0answers
13 views
FancyBox with iframe misrendering
I added fancybox to a page to display a youtube or vimeo video when a person clicks on a thumbnail. When the popup opens everything looks fine but if you scroll on the page instead of staying in the ...
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 ...
0
votes
1answer
36 views
Cannot access a Iframe elements from other Iframe on a page
I have problems with Iframes in Chrome. I have 3 Iframes in a page. I am trying to access elements of one Iframe from another.
I am using with this code:
navFrame = window.parent.frames[0];
lnkTags ...
0
votes
1answer
34 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.
...
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 ...
0
votes
1answer
25 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
0answers
41 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 ...
0
votes
2answers
18 views
How to get an image on top of another website
I'm trying to prototype a sort of torch that would 'light up' webpages. I've done this by placing a black image with a transparent hole in the middle, over a background.
I'm struggling to think of a ...
0
votes
0answers
23 views
Loading Chrome Android Intents from an iframe
I'm trying to use Chrome's new Intent:// structure, and I've determined these intent URLs don't resolve when inside an iframe.
For example:
iframe.html
<a ...
1
vote
2answers
97 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
2answers
121 views
Chrome app: accessing sandboxed iframe from parent window
I'm using knockoutjs in my google chrome app. To be able to use knockout, I have to define the real application.html as sandox page and include it as an iframe in a dummy container. Application ...
0
votes
0answers
57 views
fancybox pdf not working in google chrome
Fancybox PDF (iFrame) loads in all browsers except Chrome. The loading gif stays forever, but never loads anything, however, the photos and videos work fine.
$(function() {
...
0
votes
1answer
23 views
How to interpret iframe info from Chrome
I need to know the full url for an iframe in a particular website. In IE and Chrome all I could easily determine is the main url for the iframe which when I open in a new window does not show the ...
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
1answer
166 views
Google Chrome not updating iframe element innerHTML after dynamically changes in JavaScript
I have a quite big page which contains Iframe and javascript functions to work with it.
I will simplify my code just for example:
Simple html:
<html>
<head>
head tags
</head>
...
0
votes
0answers
85 views
Automatic Resizing iframe problems with Google Chrome
I have a website that I have created with css and divs. The problem I ran into was originally with the menu and not wanting to change it on every page when something new needed to be added to the ...
0
votes
1answer
35 views
Length of an iframe
I have this code on my site and it works perfectly in firefox, but chrome does not work there any way to make it work in chrome. I tried to put the iframe in Height: 95% but it is not accurate. Note: ...
0
votes
1answer
113 views
Static iframe at bottom makes webpage unscrollable
Take a look at: http://jsfiddle.net/BUNVM/1/
<body>
This is a test page<br/>
(many more lines to make the page scrollable)
This is bottom of the test page<br/>
...
0
votes
0answers
149 views
extjs 4 iframe error : Not allowed to load local resource
I have panel with some fields.Based on the entries given by user an pdf file is generated in server. after creation of pdf file its url is given back in ajax response. in client side, using iframe i ...
0
votes
0answers
55 views
dynamic css rule in iframe is not applied by google chrome
i'm trying to add a css rule programmatically in an iframe element. For some reason, google chrome doesn't seem to detect the new rule once appended to the document whereas Firefox and IE have no ...
0
votes
0answers
89 views
Silverlight iframe issue with google chrome - works in Firefox & IE
I have an application, built in silverlight that I am calling via an iframe.
In IE, firefox the applications buttons work but in google chrome they do not..
I am pulling my hair out and am thinking ...
0
votes
3answers
306 views
Overflow-x hidden not working in Google Chrome with iFrames
I'm using an iFrame on the following website for the Online Booking system as shown below:
http://www.marandy.com/one2onev2
The iFrame should only display a scroll bar on the y-axis. In Firefox, IE ...
3
votes
1answer
194 views
Setting dynamic height for <iframe> in Google Chrome and Safari
I am developing a web application using Spring MVC framework, in one of my modules I have implemented an <iframe> to display user posts and comments. Now my problem is the <iframe> height ...
1
vote
0answers
63 views
iframe height Adjust to Content (working Safari, not on Chrome)
Ok, hey.
I'm trying to get the content of the iframe to adjust the height of the iframe to show all of the content.. in the iframe.
This is the code I have borrowed, it's working on Safari, but it's ...
0
votes
2answers
58 views
Iframe does not show the page
putting this is the html webpage does not show the page, what is the reason?
<!DOCTYPE html>
<html>
<body>
<iframe src="https://secure.mom.gov.sg/iSubmit/Pages/default.aspx">
...
0
votes
1answer
209 views
Dynamically set href in iframe not working in Chrome on Android
I have a page (jobs.php) which has all the mobile features like call, sms and email. I am accessing this page as an iframe in the main index.php page.
I have made a function such that before making a ...
1
vote
1answer
119 views
How to use Chrome Frame ActiveX control
Is there any sample about using Chrome Frame ActiveX control instead of Iframe?
i need this because i can not use HTML5 canvas element in IE8 so that i tried chrome frame but it's not supported ...
0
votes
2answers
55 views
Possible to display Qt in an iFrame on Chrome Browser
Not sure if this is an appropriate question for Stack but I have an application that runs in QT (KDE System Guard). I want this to aggregate into a browser window with a lot of my other monitoring ...
3
votes
1answer
180 views
chrome 25 iframe customize protocol don' twork
i have protocol (like http) with scheme managed with 3rd party App registered in android. I.e,someapp://someaction or something like that.
before upgrade chrome to latest version(chrome 25), it works ...
1
vote
1answer
34 views
Blocking Arbitrary Elements from Iframe
Is there any way to block specific HTML elements from being created into an IFrame?
I'm not using JQuery but I don't mind using it.
My base code is like:
<iframe id="id_frame_01" ...
1
vote
1answer
365 views
onload function not working in Chrome for an iFrame
I have an onload event which detects whether the iFrame has finished loading or not. It works fine in FF but not in Chrome or IE any ideas?
<html>
<head>
<title>Iframe onload ...
2
votes
3answers
95 views
Border on an iframe? Not in Chrome
It seems logical that if you want a 1px wide black border around an iframe, you apply same rule as if you want the border around anything else. But this code doesn't work:
#myiframe{
border:1px ...
0
votes
2answers
78 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
0answers
85 views
Google chrome does not prompt authentication box inside an iFrame
I have a website where iFrames are auto generated inside a webpage to show the video from IPCAM, but the IP camera is secure. Google chrome does not prompt the authentication box inside the iFrame, I ...
-1
votes
1answer
70 views
Chrome Extension Working only for one URL
i am creating a chrome extension
i created a diretory with
1.background.js 2.icon.png 3.icon2.png 4.manifest.json 5.myscript.js
my manifest.json code is
{
"manifest_version": 2,
"name": ...
1
vote
2answers
515 views
How to get innerHTML content of iframe element
hi i am trying to get inner HTML of iframe element
my html document a structure is like this
<body>
<div>
<iframe id="frame1">
<html>
...
1
vote
0answers
52 views
How to test if an iframe has access to top without throwing “Unsafe JavaScript attempt…” errors?
I am working on a widget, and its behavior will be slightly different depending on whether it renders in an iframe that has access to top vs. not.
I need a good way to test for whether the frame has ...
0
votes
0answers
85 views
iFrame not loading in Chrome
When a user logs into my web site I check to see if there are any active promotions, and if so I want to display a message in a popup iFrame.
This works in IE8 and IE9 but not FF or Chrome.
When ...
0
votes
2answers
114 views
Why chrome every time increase the height of the iframe with 10px when iframe load?
<button class="btn btn-success" id="opener" onclick="ValidateReport('<%=generatecampaign%>','<%=loading_img_path%>','<%=IS_HTML%>','Campaign_Report');">Preview</button>
...
3
votes
2answers
262 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
160 views
Chrome unable to display base64 as iframe source
Basically I have some HTML encoded as base64 with an iframe with said html set as the source.
<iframe src="data:html;base64, ...
0
votes
0answers
48 views
Styling bug without doctype inside iFrame in Chrome
I have a same-domain iframe which is dynamically generated in which a stylesheet as well as multiple other DOM elements are inserted.
The parent page does not have a doctype and I have no control ...
0
votes
1answer
102 views
Chrome: jQuery .height issue
I have been looking into this issue for some time now but could not find any solution.
Case:
I have an iframe which I need to re-size according to content (the page is AJAX intensive and content can ...
1
vote
1answer
160 views
Browser won't let the iframe do the redirect?
Google Chrome 23 and Firefox 18 is driving me nut.
I have a page, in which i have an iframe.
When a button click, I want the iframe to open http://images.google.com
The problem is the iframe will try ...
0
votes
0answers
61 views
iframe to test javascript like w3schools not working in chrome
I have a javascript plugin called oulineletters http://uzitech.com/files/outlineletters.php
On that page i have an IFrame where you can test the javascript. It works great in IE/FF/Opera but does not ...
0
votes
0answers
44 views
Softscroll.js for iframe: Chrome issue
I'm using softscroll.js to do a smooth anchor scroll in an iframe using a link in a parent page. It works perfectly in Safari and Firefox, but just jumps without a smooth transition in Chrome. Has ...


