Quote:
Originally Posted by Dormilich
afaik, not at all. you may be able to load it in a, say, iframe, grab the interesting part from there and insert it in your HTML.
|
thougt about that iframe-way, but i suspect to get two advertising calls - first when addBanner() put that usual banner code
Code:
...
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?nodis=1&zoneid=6211");
document.write ('&cb=' + m3_r);
...
into the iframe and then the second time, when this is written to the main document where the banner should appear.