G
Guest
For my enterprise app, I've seen a strange thing happen since I updated my
laptop to XP SP2. Sequence of events:
A web page opens, eg
http://server/forms/form.html
.. JavaScript calls window.open to open a page to a new URL:
http://server/forms/otherform.html
My web server redirects to:
http://server/forms/otherform.html&foo=bar
The very first time this opens, I get an Access Denied script error in the
destination window being opened. Subsequent opens of the window are
completely fine!
The JavaScript statement generating the error is a mere document.write
inline in a script tag in the JS of the window being opened. Loading the JIT
..NET debugger on that line of code, it turns out all access to properties of
the document object is denied. The window object is fine.
I can't see what could cause this in the XP SP2 differences document.
I really hope someone can help
as this is a huge, huge problem for me.
Many thanks in advance,
Neil
laptop to XP SP2. Sequence of events:
A web page opens, eg
http://server/forms/form.html
.. JavaScript calls window.open to open a page to a new URL:
http://server/forms/otherform.html
My web server redirects to:
http://server/forms/otherform.html&foo=bar
The very first time this opens, I get an Access Denied script error in the
destination window being opened. Subsequent opens of the window are
completely fine!
The JavaScript statement generating the error is a mere document.write
inline in a script tag in the JS of the window being opened. Loading the JIT
..NET debugger on that line of code, it turns out all access to properties of
the document object is denied. The window object is fine.
I can't see what could cause this in the XP SP2 differences document.
I really hope someone can help

Many thanks in advance,
Neil