Tagged Questions

16
votes
4answers
28k views

Unsafe JavaScript attempt to access frame with URL

I am getting below error when i try to set a hash value to the parent url from iframe which contains another domain url. Unsafe JavaScript attempt to access frame with URL "URL1" from frame with URL ...
13
votes
6answers
716 views

Is it possible to peform an asynchronous cross-domain file-upload?

It is possible! Read below. First of all, let me use this diagram to explain how asynchronous file uploads can be achieved: As you can see, the trick is to let the HTTP-response load into a ...
7
votes
2answers
1k views

Detect when iframe is cross-domain, then bust out of it

I have a page with a large iframe that contains a majority of the content. The user interacts with the website by clicking around within the iframe. The functionality I'm trying to build is: When a ...
7
votes
2answers
5k views

Cross Domain JavaScript parent location setting firefox error

Here is the case: page A contains iframe B, B contains iframe C, A and B are under the same domain, C under another. C tries to reset parent B's location with extra information following "#" to solve ...
6
votes
3answers
557 views

Retrieving response from remote server after uploading a file in iframe

I have a form that uploads a file in an firame to a remote server. As a result at the submission url server returns json data with the result of operation, which my iframe catches. {'result': 'true' ...
6
votes
3answers
4k views

HTTP & HTTPS Iframe

I am creating a small widget and I want to allow others to use it. The iFrame is loaded from HTTP - but I want to allow users to login via HTTPS i.e. that is - send a request for login via SSL Is ...
5
votes
4answers
104 views

detecting where my site is iframed

I know that iframed pages can tell that they are, but is it possible to tell where? parent.location runs into security issues when parent is a different domain, as far as I can tell. Any work arounds? ...
5
votes
3answers
4k views

Close iframe cross domain

I am trying to do something similar to the Clipper application here http://www.polyvore.com/cgi/clipper I can make the iframe appear in another website (cross domain). But I cannot make the "close" ...
5
votes
6answers
12k views

Cross Domain URL Access from Iframe using Javascript

I need to access the Parent Domain URL from my Iframe which is in another domain. For example: example.com is my website which is in Iframe of another parent(google.com) domain. Here i ...
5
votes
2answers
2k views

Is it possible to find a cross-domain iframe's new URL after a redirect?

I'm trying to post to the login form of an application on another subdomain of my site. It's a third party app that I don't have source access to. I know that you can't access most features of a ...
5
votes
2answers
3k views

Secure iframe on unsecure page in a different domain

Our company is looking into allowing third party sites to use our online checkout system. A client has stated that they would like to be able to use a lightbox style popup to display the checkout. ...
4
votes
3answers
4k views

Yet Another cross-domain Iframe resize question

How do i resize an iframe from another domain -Edit Scroll down for some solutions.. or read on how NOT to do this :D After many hours of code hacking- the conclusion is that anything inside the ...
4
votes
3answers
11k views

Running Google Analytics in iframe?

Our company runs a web site (oursite.com) with affiliate partners who send us traffic. In some cases, we set up our affiliates with their own subdomain (affiliate.oursite.com), and they display ...
3
votes
2answers
49 views

Is there a way of checking the window's focus (not the document) from Javascript?

I see numerous questions along these lines, but they all require checking the document object. I'm trying to do this from a cross-domain iframe, so I don't have access to top.document. Any way to do ...
3
votes
1answer
66 views

Get iframes complete url which is from another domain

The parent page can get the URL (and fragment) of an iframe but after the iframe updates its URL fragment the parent cannot get the updated URL with fragment. Example iframe URL: ...
3
votes
1answer
459 views

Cross-domain IFrame DOM properties access from parent's JavaScript

There are already a few similar questions but they tend to cover child-to-parent relationship. I, on the other hand, would like to be able to get some properties of the IFrame's DOM. I don't want to ...
3
votes
1answer
262 views

Cross domain iframe position

I'm trying to find an easy way to get an external iframe's absolute position within the page. What I'm looking for is something similar to the following: ...
3
votes
3answers
232 views

How to request different domain with Ajax in jQuery

I need to make a request to a different domain with Ajax in jQuery! Should I use iframe? Edited: On facebook.com working chat, with few different domain name? GET http:// ...
3
votes
2answers
1k views

Javascript widget (similar to Facebook Like) script vs Iframe approach

When building a social bookmarking button widget for usage in other websites there are a few challenges. We just recently opensourced the clientside aspects of this. (blog post here: ...
3
votes
2answers
629 views

Iframe permission denied error when developing locally: what are my options?

Here's what's going on: I have an application A hosted on a.mycompany.com and an application B hosted on b.mycompany.com Application A contains an iframe containing a page contained in the ...
3
votes
3answers
408 views

Cross-domain ajax - would this method work

I've been thinking for a while if there's a way to get cross-domain ajax (using XML, not JSON) to work. Can anyone see any reason why the following wouldn't work: Create an iframe Load the url of ...
3
votes
3answers
4k views

ScriptResource.axd Access is denied. Cross-Domain iFrame

We have a web page containing an iframe containing a page sharing an authentification cookie with it's parent page. For example the iframe page is on the domain foo.domain.com and the page containing ...
3
votes
5answers
8k views

<iframe> javascript access parent DOM across domains?

I control the content of an iframe which is embedded in a page from another domain. Is there any way for javascript in my iframe to make changes to the parent's DOM? For example, I would like to ...
3
votes
3answers
11k views

cross domain access in iframe from child to parent

how do we access parent document from a document loaded inside an iframe when the page loaded inside iframe is from another domain ? I am getting a permission denied error. Thanks in advance for the ...
3
votes
2answers
2k views

Is it possible to hide/close and iframe from within itself or on the server side?

Suppose I have a page that I am writing a javascript plugin for on the domain first.com. The javascript plugin injects an iframe pointing to a login page (of domain second.com) into the first.com ...
2
votes
1answer
344 views

Dynamic Facebook-comments-like iFrame resizing?

I have content on a different domain which is being pulled into my website via iFrame. The content is hosted on a different domain, and is dynamic content (instant search that pulls up search ...
2
votes
1answer
180 views

Can Cross-Origin Resource Sharing headers authorize X-Domain IFRAME access?

Adjusting the height of an IFRAME to match its content page's height can be a real drag when the containing and content pages are not from the same domain. Do the Cross-Origin Resource Sharing (CORS) ...
2
votes
2answers
612 views

How to handle cross domain iframe file upload json response?

I'm building an files upload API. Basically, the user will have to POST the files with his/her api_key + signature to my web service. Then my web service replies back with a JSON response. I'm ...
2
votes
1answer
1k views

Cannot set cookies in IFRAME in IE, even with P3P header

I've seen many posts here on how to get cookies to work inside an iframe in IE, and I've tried several of the solutions, but so far have had no luck. Here's what I'm dealing with: I have an iframe ...
2
votes
1answer
617 views

Iframe proxying without extra traffic

For the sake of cross-domain javascript communications I use iframe proxying technique with onresize event monitoring (the method is well known and perfectly described here ...
2
votes
1answer
503 views

Possible to access Phonegap API within a iframe?

I'm testing how to use the camera of a blackberry (5) with a phonegap app that has a iframe in it. Basically the iframe calls for the camera, take a picture and return the picture to the iframe. I ...
2
votes
2answers
452 views

Read parent location from within a frame (different domains)

How could an iframe read its parent location URL, the domains of the parent window and the iframe being different? I know that the "common" answer to this question is that because of the domains ...
2
votes
3answers
261 views

Working with Javascript and cross-domain iframes

I have an iframe that loads a form from another site into my site (I control both domains but they are different). The iframe is loaded into a fancybox on my site and I would like it to popup an ...
2
votes
3answers
4k views

Cross domain access permission denied in iframe

I am trying to embed OWA (microsoft exchange server 2010) in a web page within an iFrame but i get a javascript error on the OWA page saying Access Denied and then none of the controls within the OWA ...
2
votes
2answers
663 views

auto-size iframe cross domain

I am making a web widget using iframe and javascript and i would like to make my iframe resizable to it´s content (which is loaded from other domain). I have done some search(inclusive here at ...
2
votes
3answers
1k views

Cant access values inside my iFrame it gives me permission denied

I cant access values inside my iFrame it gives me permission denied. I have access on both pages (parent and child). I added the following javascript line on both pages: document.domain = ...
2
votes
4answers
595 views

execute javascript function in a another iframe when parent is from different domain

The page A.com has 2 iframes B.com/page1 and B.com/page2. This is the code of A.com: <html><body> <iframe src="b.com/page1" name="iframe1" id="iframe1"> <iframe ...
2
votes
2answers
104 views

Under what conditions can I access the HTML-DOM of a child IFrame from the hosting website?

What can cause my website to not have access to a child IFrame's DOM via Javascript? Are there cross-domain restrictions in place? Does HTTPS play a role?
2
votes
3answers
906 views

Possible Ways to Communicate Between iFrame and Parent Page across domains

Please suggest possible techniques to trigger events in parent page from an iFrame. I tried out url Hashing and using window.postMessage techniques but without any success.
2
votes
2answers
773 views

Cross domain with an Iframe, pointing to SSO server

I have an application, where I am displaying some stuff in javasctip modals using jquery. It req. user to login for certain flows; but we never leave modal for user. So here is what we do currently. ...
2
votes
1answer
333 views

Determine if an iframe is visible on the screen

I have an iframe that is being loaded into external sites of which I cannot put any code in. What I would like to be able to determine from within my iframe (different domain) is if the iframe is ...
2
votes
4answers
3k views

Cross Domain JavaScript, parent location setting in embedding iframe case

There is a solution called "Fragment Id Messaging" to solve cross domain communication by setting parent.location with extra texts followed by "#" from child iframe, it works. However, if the parent ...
1
vote
1answer
59 views

Post form in iframe

I have a webpage that contains an iframe inside which there is a login form. In the main page there is a button which when I press, the fields on the form of the iframe take values and the form in the ...
1
vote
0answers
21 views

Are there any workarounds for the same origin policy iframe issue with no access to the child iframe?

I'm wondering if there's any way to listen for an event in a child iframe that I can't modify in any way. I understand that the restriction is the same origin policy. However, I'm wondering about any ...
1
vote
2answers
985 views

IE7 cross-domain iFrame Select issue

I have an iframe which contains a few select drop-down lists for data entry. I recently began noticing that mouse-clicking the select element in the iframe, the drop-down list doesn't expand. The user ...
1
vote
1answer
85 views

loading javascript and communication between iframes

I've developed some javascript code that renders an iframe on the page. Inside the frame, it loads various API's for social networking, such as facebook, twitter, linked in, etc. It's basically a tool ...
1
vote
1answer
169 views

How to handle javascript errors inside an iframe?

I have a site in which I take great pride in the fact that no javascript errors happen. New requirements make me have to put an iframe on my site which displays someone else's site of a different ...
1
vote
1answer
64 views

Where can I find a comprehensive Javascript iframe programming reference?

There is a part of my web application that might end up making heavy use of iframes (to be able to serve arbritrary content from elsewhere). I know there are many cross-domain and cross-browser quirks ...
1
vote
0answers
129 views

Is it possible to develop a co-browsing app similar to google hangout's youtube co-viewing?

By co-browsing I mean, two users can browse a webpage together (this can be any 3rd party domain page so I would imagine its loaded though iframe) One way to do this hypothetically would be to ...
1
vote
1answer
131 views

Is changing the src of an iframe (different domain than host page) with javascript considered cross site scripting?

I have a page with an iframe that has no source on page load and just uses hardcoded html like this: <iframe id="theframe" src=""> <html> <body> <form name="theform" ...

1 2 3 4