Skip to content Skip to sidebar Skip to footer

Accessing Document Elements Retrieved By Window.open Method

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 popped up

Solution 1:

This seems to be cross domain issue. You're probably opening url with other domain. thats why it is giving access denied error.


Post a Comment for "Accessing Document Elements Retrieved By Window.open Method"