Hello,
I've built 2 much easier files to follow.
Please take a look at http://dev.wanderthewest.com/test_good.html
Each of the right links
Fish Creek Campground
Horse Meadow Campground
Troy Meadow Campground
Willow Meadows Campground
simply opens the bubble of its own pin from the google map (located in a different IFRAME!), correct?
each of them calls a JS function show_pin() that displays the bubble (again, which is in an IFRAME!)
so far, so good.
now please also open http://dev.wanderthewest.com/test_bad.html
"Fish Creek Campground" here for example shows in my FF the following error:
Error: Permission denied for <http://dev.wanderthewest.com> to get property Window.ext_show_pin from <http://googleads.g.doubleclick.net>.
Source File: http://dev.wanderthewest.com/test_bad.html
Line: 4039
and similar ones for
Horse Meadow Campground
Troy Meadow Campground
Willow Meadows Campground
now, what is the difference between test_bad.html and test_good.html ?
test_bad.html simply has the ADSENSE code on top of the google map.
please look again at the error returned in FF:
Permission denied for <http://dev.wanderthewest.com> to get property Window.ext_show_pin from <http://googleads.g.doubleclick.net>
in other words http://googleads.g.doubleclick.net doesn't like the fact that I am trying to call a function from another IFRAME (Window.ext_show_pin).
Thanks a lot again for your time.
Sorin
|