From: FAQ server on 26 Dec 2009 19:00 ----------------------------------------------------------------------- FAQ Topic - Why do I get permission denied when accessing a frame/window? ----------------------------------------------------------------------- In the normal browser security model, it is impossible for a script from one domain to access the properties of pages served from another domain, or a different protocol. Any attempt to access a property in such cases will result in a "Permission Denied" error. Signed scripts or trusted ActiveX objects can overcome this in limited situations. http://msdn.microsoft.com/en-us/library/ms533028%28VS.85%29.aspx https://developer.mozilla.org/En/Same_origin_policy_for_JavaScript The complete comp.lang.javascript FAQ is at http://jibbering.com/faq/ -- The sendings of these daily posts are proficiently hosted by http://www.pair.com.
|
Pages: 1 Prev: Event wanted after page is refreshed Next: DOM ready, window.onload, etc. |