Hello,
Please take a look at Each of the left links
link 1
link 2
link 3
link 4
link 5
simply calls the my_ext_func() JS function (defined in a different IFRAME!).
so far, so good.
now please also open
"link 1" here for example shows in my FF the following error:
Error: Permission denied for < to get property Window.my_ext_func from <
Source File:
Line: 31
and similar ones for
link 2
link 3
link 4
link 5
now, what is the difference between test2_bad.html and test2_good.html ?
test2_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 < to get property Window.my_ext_func from <
in other words doesn't like the fact that I am trying to call a function from another IFRAME (Window.my_ext_func).
Do you have any idea how to fix this? I really must use some links that call a JS function defined in a different IFRAME.
Thanks a lot again for your time.
Sorin
Please take a look at Each of the left links
link 1
link 2
link 3
link 4
link 5
simply calls the my_ext_func() JS function (defined in a different IFRAME!).
so far, so good.
now please also open
"link 1" here for example shows in my FF the following error:
Error: Permission denied for < to get property Window.my_ext_func from <
Source File:
Line: 31
and similar ones for
link 2
link 3
link 4
link 5
now, what is the difference between test2_bad.html and test2_good.html ?
test2_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 < to get property Window.my_ext_func from <
in other words doesn't like the fact that I am trying to call a function from another IFRAME (Window.my_ext_func).
Do you have any idea how to fix this? I really must use some links that call a JS function defined in a different IFRAME.
Thanks a lot again for your time.
Sorin