javascript - adding google ads to a webpage : access denined -


i trying add google adsence adds website. created adunit , copied code webpage. when iam trying run page in browser(ie) getting following exception "0x80070005 - javascript runtime error: access denied."

        <!-- homepage -->         <ins class="adsbygoogle"              style="display:inline-block;width:300px;height:600px"              data-ad-client="ca-pub-3585435689000xx"              data-ad-slot="151456789"></ins>         <script>             (adsbygoogle = window.adsbygoogle || []).push({});         </script> 

if 1 solved issue before please guide me.

thanks.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -