0
votes
0answers
18 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
15 views

How to send the large parameters to child page(iframe) from parent page with cross domain?

Please help me. Target I'd like to pass the lots of parameter to iframe from parent page with cross domain. Problem The limits of number of characters on URL with IE is 2083. So, I'd like to send ...
0
votes
0answers
32 views

Serving pdf in iframe giving Cross Domain Error

im serving a pdf file in my application in an iframe through an ashx handler, the pdf is on my domain but when i try to access the elements of the iframe like ...
-2
votes
1answer
30 views

access parent div from inside iframe

Have a div inside which have an iframe - which on button(within iframe) click will redirect to a page on my domain - here on this new page - onload event when I do ...
0
votes
1answer
23 views

JQuery not working on redirection

I have an iframe within div <div> <iframe pageB> </div> on button click in iframe, redirected to a different page A - I have a jquery to hide the div on page load of A - so this ...
1
vote
2answers
51 views

Cross domain communication from parent to child iFrame using Javascript

I need to pass data from a web page to an iFrame hosted in that web page. I used window.postMessage. however the iFrame does not receive the event. Here is my code snippet. Parent page: <!DOCTYPE ...
0
votes
0answers
7 views

Iframes - handle button click

Is there a way for handling a button click (just want to hide the parent div on button click) which is inside an iframe from other domain - I know it subjects to same origin policy -tried some hacks I ...
0
votes
1answer
28 views

Controlling the functions of foreign site

I have hosted a simple webpage on my laptop. This page, sends request to another page [global www.* domain]; Page X which in-turn invokes another webpage; Page-Y and the final result shown on the ...
0
votes
0answers
47 views

Exactly how do I make a resizing cross-domain iFrame?

I am a complete beginner web it comes to web development which is why I can't actually implement any of the solutions I have found so far. I essentially wish to display content from one of my sites ...
0
votes
0answers
42 views

Top window's URL form inside of multiple nested cross-domain iFrames

My content (including JS) is served in an iFrame that is then encapsulated in middleman's (distributor) iFrame that is then loaded by a publisher into his website. All 3 frames are served from ...
0
votes
0answers
31 views

Hadnle onclick event on cross-domain iframe

The i want to do is when a click is made inside the facebook iframe to hide it. I tried diffrent methods for cross-domain communication, but no success. I tried also to trigger a click in the iframe ...
0
votes
1answer
42 views

Iframe from Adsense (250x250) auto-resizes Iframe for Youtube on same page to 250x250

The same page ( www.goo.gl/xLAhN ) has a youtube video embedded in size 640x390 in an iframe using the following code: (3 variations of youtube embed code were tried all with same results) ...
0
votes
0answers
94 views

Sessions not being retained via iframe in iOS Safari

I've got two domains first-domain.com and second-domain.com. On second-domain.com, there's an iframe which loads a special 'cut down' version of a page on first-domain.com The special page is ...
0
votes
1answer
23 views

iframe cross-domain validate caller

I have a page on A.com that has an iframe whose "src=" is on B.com. For example, src="http://B.com/index.asp?123456" The query string 123456 is a client key assigned to domain A.com. index.asp does ...
1
vote
0answers
35 views

How does pinterest insert an iframe into a cross-domain site

I recently installed Pinterest's 'pinit' bookmarklet from http://about.pinterest.com/goodies because I was interested to know how this works. My problem is ... I want to create similar ...
0
votes
0answers
49 views

Cross domain is stopping iframe height control

I am offering an iframe to my clients from my domain but I want to control the height of the iframe on the host page since the content is changing. I have the following code: <script ...
0
votes
1answer
26 views

Iframe current src with a redirection from a different domain to same domain

I have a page from a.com which includes a iframe from b.com and after some manipulation b.com finally redirects iframe back to a.com. So can the page access the current location/src of the iframe? ...
0
votes
1answer
29 views

JavaScript code in iFrame references parent would like to set it as null

I have a page where I am including another webpage using an iframe. It is on a different domain. The iframe webpage contains some JavaScript code that looks at the partent: ...
2
votes
0answers
179 views

jQuery on MTurk, why does Chrome report “Unsafe JavaScript attempt to access frame with URL”?

I'm doing a couple of things with jQuery in an MTurk HIT, and I'm guessing one of these is the culprit. I have no need to access the surrounding document from the iframe, so if I am, I'd like to know ...
0
votes
0answers
124 views

IE9 iframe not setting cookie even though P3P is set

I have a webpage in domain1.com which includes an iframe from doamin2.com. The domain2.com is setting some cookies, the header info have the p3p attribute. But now when i go to domain2.com the cookie ...
0
votes
0answers
47 views

Cross domain anchor links within an iFrame

I have two test case scenarios. I am loading an iFrame within the same domain and the same iFrame in another domain. Within the same domain, the simple anchor tags go to the appropriate position, but ...
0
votes
1answer
31 views

clear cookies and try login

I have a login functionality(all using jQuery plugin) using a pop up and once the login is complete, cookies are set with user information and the user is logged in. The login happens using an iframe ...
0
votes
1answer
261 views

Javascript communicating cross-domain to parent window of iframe

I have written a tool for taking notes, grabbing images from web pages. It loads itself as a iFrame within the current window by using a javascript bookmark: javascript:(function(){ ...
0
votes
1answer
98 views

submitting form to 2 different websites second via javascript

I have a situation where I want to post form data to 2 diffeent locations at the same time. I do not have control of the locations and they are cross domain. I found a previous post here, using an ...
0
votes
1answer
118 views

Cross-origin access with jQuery: accessing frames in subdomain in Internet Explorer fails

If iframe tag with the source from subdomain is already in the document when it loads, it can be accessed by IE9, but if the same iframe is inserted in document, IE9 cannot access it (all other ...
1
vote
0answers
77 views

Do cross domain iFrames cause security errors in different browsers?

We need to host another tool inside our own website (i.e. www.OurCompany.com) in an iFrame. The tool resides on a different URL (i.e. www.TheToolSite.com). We do not need to interact with the content ...
1
vote
2answers
89 views

postMessage Source IFrame

I'm working on a website with cross-domain iframes that are resized to the correct height using postMessage. The only problem I'm having is identifying which iframe has which height. The way I've ...
1
vote
0answers
112 views

Cross domain issue loading an iFrame with javascript/jQuery

I have a script that reads URLs from a txt file, then puts each URL into one iframe as a source, loading the frame with new source one after another. I do this to count loading time of each url that ...
0
votes
1answer
209 views

window.postmessage to a nested iframe in cross domain

I have a root html page A (say A.html on foo.com) which contains an iframe B (say B.html on bar.com). iframe B contains another iframe C (C.html on foobarfoo.com). I am trying to notify the iframe C ...
1
vote
0answers
77 views

Update document url in easyXDM

How can I dynamically update the consumer's location using easyXDM? I've tried the following code without success. Provider var socket = new easyXDM.Socket({ onReady: function(){ ...
1
vote
2answers
986 views

Cross Site Scripting Iframe Permission Denied issue

I am getting Cross Site Scripting error on the following code. Javascript function resizeIframe(ifRef) { var ifDoc; //alert(ifRef); ...
0
votes
0answers
32 views

How the server gets to know whether requester is a browser tab or iframe?

In case if I am hitting http://www.google.com from my browser tab, it works but when the same request is made from an iframe, the request is cancelled. So, how the server comes to know the initiator ...
0
votes
0answers
35 views

How to get skip 3rd party progress web page and get final result page without being directed after form submission?

I have a homepage. After user submits their form data, I would like to first send the data to 3rd party server (no API, they only provide web page, meaning I submit form to 3rd party our service ...
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
1answer
87 views

Cross domain iframe height - I have control over both domains and need to navigate the iframe

I have a page where I need to embed a simple web-store from another domain which I have control over (a Big Cartel store). I need to get the height of the iframe and I need to be able to navigate it. ...
0
votes
1answer
53 views

Load page from different domain and highlight/scroll to text section of that page

Is it possible to tell the browser to open a website from a different domain (e.g. in an iframe) and highlight part of its text and scroll that part into view? (Remember when Google offered cached ...
1
vote
1answer
46 views

How can I have a same domain iframe disable same domain scripting

I have two pages which live within the same folder, 1) index.php 2) test.html On test.html, there is an iframe with index.php as the source. However, I'd like to disable javascript access to ...
0
votes
0answers
76 views

Ebay api and js code in ebay ifame

These days I got a side project from eBay. I’m struggling a couple eBay API issues and would be really appreciate if someone can help. The following are the permissions and resources I got from eBay: ...
0
votes
1answer
294 views

Iframe automatic height 100% with cross domain

I have tried a lot of solutions but in my site no works. Now i use: <iframe src="http://www.travelstoremaker.com/ibe/turismoin/porch?command=flights" frameborder="0" marginwidth="0" ...
0
votes
2answers
267 views

access function in iframe from cross domain parent

I have done some research on this and what i found was in same domain's case you can use document.getElementById('iframe_id').contentWindow.function_name() I tried this on cross-domain (just ...
0
votes
0answers
46 views

Setting up two coordinated iframes with Greasemonkey

I'm working on a script for helping me read my favorite news site. Basically, it will consist of two iframes side by side, the left one with the headlines and the right one for reading articles opened ...
0
votes
1answer
112 views

Google analytics, how _setDomainName works with iframes?

on our site we would like to track with Google Analytics user actions in iframe content. The iframes are hosted on a different and 3rd level domain. For some reason my setup doesn't work. Situation: ...
0
votes
1answer
148 views

iframe in iframe won't load

I run into some trouble with an cross domain iframe hack. I have an iframe "if1" on my page that contains another iframe "if2". The "top" page is runnung on domain A. The page of if1 is runnung on ...
0
votes
1answer
220 views

Can I detect that a cross-domain iframe contains a 404 response?

I have a script that inject an Iframe to my page, In rare occasions the service is down and the Iframe content is a 404 page content. Can I detect somehow that the response of a cross domain page ( ...
0
votes
1answer
372 views

“Internet Explorer has modified this page to help prevent cross-site scripting” for iframe

I place on a page with a one domain iframe that pointing to another domain. Everything works fine. Then I send to iframe form by POST method, when it comes the reply, Internet Explorer generates an ...
3
votes
1answer
178 views

Attempting to access iframe contents (different subdomain); tried setting up CORS

I am hosting a file at domain.com, which contains an iframe whose document is hosted on s3.domain.com. I am attempting to access the contents of the iframe, however am receiving the following: ...
0
votes
1answer
248 views

Close parent iframe window (jquery ui dialog) from within iframe, on different domains due to load balancing

I've got a jQuery UI dialog with an iframe inside. I'm loading another page inside the iframe, which is not on the same domain as the parent. The pages are two different systems, System1 (the parent) ...
0
votes
1answer
344 views

Iframe cross domain issue

I want to pass a message from iframe to parent page in every few seconds like: Iframe Domain = www.abc.com Parent Domain = www.xyz.com Have check with: Cross domain iframe issue jQuery ...
0
votes
0answers
66 views

Screen position with flash in iframe

Let us assume that flash component located inside iframe loaded on a web page. How can I get browser screen position while user viewing? Whether the user realy sees flash? Can I know some properties ...
0
votes
1answer
166 views

Changing DOM element order with CSS (Crocodoc)

Is it possible to change DOM element order with CSS? I have an iframe where I'd like to change the toolbar from above to below the iframe's main content. So from this: <iframe> <html> ...

1 2 3 4 5 6