I want to pop up a new browser according to the url provided, for which I am using javascript\'s window.open function. But, what I really want is to examine the new window poppe
This seems to be cross domain issue. You're probably opening url with other domain. thats why it is giving access denied error.