|
|
Subject:
Frames from Different Internet Domains Interacting--Can it happen safely?
Category: Computers > Programming Asked by: zurlit-ga List Price: $175.00 |
Posted:
23 Apr 2006 16:04 PDT
Expires: 23 May 2006 16:04 PDT Question ID: 722066 |
Question: How can I allow frames from two different domains to SAFELY interact within a browser and exchange information during a single session? Background: I am trying to develop a web-based application that will allow cross-domain interactions between two frames within a browser. This seems to violate security restrictions regarding interaction between frames from different domains. We would like to temporarily bypass these cross-domain security restrictions for a single user during a single session without compromising anyone's security. This is necessary to provide a web-based system that doesn't require downloads, but I can't see how to do it without security risk. (For instance, if that info exchange between frames were permitted, the host site could load a 0 pixel frame that monitors the visitor's web surfing, and tracks the visitor's actions.) Is there a way to do this and still keep this as a web-based program that doesn't require any downloads? (I suppose a temporary cookie would be OK.) Here is a link to another comment on the same topic.....<http://www.irt.org/script/1111.htm> | |
| |
| |
|
|
There is no answer at this time. |
|
Subject:
Doing the impossible...
From: steveisopen-ga on 23 Apr 2006 16:20 PDT |
Directly from the link you posted: Only if the url in the other frame comes form the same server as the page that 'snoops' - otherwise a security error occurs. Now, depending on what you're attempting you may be able to do a work-around of sorts. - What's the final result you're looking for? - What's your definition of "interactions"? - Why do the domains have to be different? - Do you have control over each one? |
Subject:
Re: Frames from Different Internet Domains Interacting--Can it happen safely?
From: jiangsheng-ga on 26 Apr 2006 17:22 PDT |
modify document.domain see http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/domain.asp |
Subject:
Re: Frames from Different Internet Domains Interacting--Can it happen safely?
From: pooranprasad-ga on 15 May 2006 03:10 PDT |
http://javascript.about.com/od/reference/a/frame3.htm |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |