Skip to content Skip to sidebar Skip to footer

Javascript Error: Permission Denied To Access Property 'resizeto'

I am using Firebug's console to learn Javascript and when i poped up a window like this: var googleWindow= window.open('http://www.google.com','Dogs window','height = 300, width =

Solution 1:

Code running on your website is not allowed to ask the browser to execute JavaScript functions on Google's web pages. If it was, the security implications would be hideous.


Post a Comment for "Javascript Error: Permission Denied To Access Property 'resizeto'"