A javascript call to window.open(...)
fails for a particular user (but not for Administrator users)
The error message is This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."
The account is a domain account, but I am not able to find any differences between the failing domain account and the administrator domain account in the Active Directory Group Policy settings on the domain controller.
Google pointed me towards some posts which talks about the HKCU\Software\Policies\Microsoft\Internet Explorer
registry hive but this hive doesn't even seem to be defined on the machine I'm diagnosing.
I've tried toggling/lowering some popup-blocker setting without any positive results.
Any good suggestion about what I may be missing?
EDIT: window.ShowModelessDialog(..) seems to work without errors while window.Open(..) doesn't. It would still be preferable for to use window.open(..) so I'd like to find a different way to resolve the problem.