window.open
Are there issues with window.open in the current version of the AppUp encapsulator? I try to do this:
winRef = window.open("http://www.google.com", "winRef")
And the window opens without problems. However, if I try to do this:
winRef = window.open("https://accounts.google.com", "winRef")
A window launches but the site never loads. I checked the compatibility list and saw nothing about window.open. Is there an issue preventing certain sites from loading using window.open for web apps packaged using the AppUp encapsulator?


