D
David
I am working on a page that is being served ads. These ads are served as
URL's ( actual pages ). The content of these URLs then needs to be placed
inside of a <div> for flexibility. An iframe is out because of the auto
height issue. The ads are not on the same domain as the page containing the
iframes.
I have successfully created a script to load an iframe ( with display:none )
with the URL, and then transfer the innerHTML of the iframe to the <div>.
The problem with this is that 2 impressions are made of the ad.
Is there a way to store the data from the URL into some sort of object that
doesn't actually load the content ( images etc.. ) and then transfer it from
there avoiding 2 impressions of the ad?
David
URL's ( actual pages ). The content of these URLs then needs to be placed
inside of a <div> for flexibility. An iframe is out because of the auto
height issue. The ads are not on the same domain as the page containing the
iframes.
I have successfully created a script to load an iframe ( with display:none )
with the URL, and then transfer the innerHTML of the iframe to the <div>.
The problem with this is that 2 impressions are made of the ad.
Is there a way to store the data from the URL into some sort of object that
doesn't actually load the content ( images etc.. ) and then transfer it from
there avoiding 2 impressions of the ad?
David