Click here to Skip to main content
15,889,176 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hello all,

I've encountered a weird problem. I am opening a window in JavaScript via window.open. While in the opened window I am attempting to access "opener" object in VS.NET debugger. Watchers display it only as {...} and attempt to access any property results in error "Call was rejected by the Callee".
I think it may have something to do with ScriptManager being present on the page as another page without ScriptManager does not have the same issues.

Anybody experienced this problem? Any idea how to fix it?

Thanks!
Posted
Updated 26-Aug-11 0:54am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900