Drazen1
Programmer
- Oct 2, 2007
- 4
Hi everyone,
Here is a problem that I have.
In the age I call Iframe through Javascript (have to because of tracker).
<div id="gads1"></div>
document.getElementById('gads1').innerHTML ="<iframe name='google_ads_frame' id='google_ads_frame' src='
How can I access the variables from the iframe document to use in javascript in the main (parent) document?
if it was ordinary Iframe - no problem.
But this is javascript calling IFrame and the usual approach doesn't work.
I appreciate any suugestions.
~Drazen
Here is a problem that I have.
In the age I call Iframe through Javascript (have to because of tracker).
<div id="gads1"></div>
document.getElementById('gads1').innerHTML ="<iframe name='google_ads_frame' id='google_ads_frame' src='
How can I access the variables from the iframe document to use in javascript in the main (parent) document?
if it was ordinary Iframe - no problem.
But this is javascript calling IFrame and the usual approach doesn't work.
I appreciate any suugestions.
~Drazen