0
votes
1answer
24 views

Hidden iframe chrome callback not fired

I'm developing a web page using the hidden frame technique to retrieve some data from the server. The data is updated in real time, and the server notifies the browser on each modification.. The ...
2
votes
4answers
97 views

Can someone tell me how this code works?

I'm a user on the game Roblox and someone gave me this to run. I know it's bad because I disabled the part that would take someone's money by buying the tshirt, which is the line on the bottom of the ...
1
vote
3answers
155 views

iframes within iframes in Google Chrome windows won't open links with target=“_blank”

I have a page containing many iframes. These iframes have iframes within them that have links with target="_blank". When I click on them, they do nothing. How can I get these links to open?
0
votes
0answers
18 views

TextArea or Iframe performance issue in Chrome

In Chrome, if there are many lines of text, set the cursor to the end of text, the keyboard inputs become very slow. Iframe (desingMode="on") has more serious performance problem. the demo page: ...
-2
votes
1answer
27 views

iframe in chrome trouble

i have a basic page that was not in an iframe with a CSS sheet and looks fine. I put it in an iframe and the css is not getting applied (using chrome). Opening the same page on Opera, it works.. The ...
0
votes
0answers
53 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
1answer
62 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
2answers
44 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
0answers
12 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 ...
2
votes
1answer
233 views

Userscript no longer runs on iframes, in Chrome 27

I have a chrome extension which consists of a Greasemonkey userscript that has been packaged up so that Chrome users don't have to bother with Tampermonkey. The page on which the script runs consists ...
1
vote
0answers
96 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
91 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
30 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
33 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
50 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
53 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
38 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
43 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
98 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
20 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
1answer
55 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
129 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 = ...
1
vote
2answers
264 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
79 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
25 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
41 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
210 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
152 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
37 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
150 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
199 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
68 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
95 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
575 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
331 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
76 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
70 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
306 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
192 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
61 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
213 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
37 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
474 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
115 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
81 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
94 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
84 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
862 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> ...
2
votes
0answers
61 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
1answer
102 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 ...

1 2 3 4 5