check if the window that you trying to open is with the same domain that
yours.
For example if you developing on http://localhost and then trying
to open window with http://server1
that's fine as long as you not trying to access any properties inside this
window.
as soon as your application trying to get access to website that not its own
(not the same domain)
you will get this "Access denied" error.
May be its not your case but that what happened to me once
so may be will help you to find out the problem.
Oleg.
-----Original Message-----
From: Sam Cranford [mailto:sam.cranford@t...]
Sent: June 03, 2002 8:12 PM
To: javascript
Subject: [javascript] access denied with window.open
When I try to use window.open method to open a new window in IE, I get an
error. The new asp page is in the same domain and same folder as the one
that is calling or opening this window.
The runtime error I get in 'Access is denied'
This script has been working for months, and suddenly it gives me this
error. Several other machines work fine, but two development machines get
the same error...?!
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20