Tagged Questions
5
votes
5answers
2k views
What is the best way to lazy load doubleclick ads that use document.write?
Ads requested via doubleclick often get served from an ad provider network that returns javascript that in turn performs document.write to place ads in the page. The use of document.write requires ...
3
votes
1answer
257 views
Why is there a time lag for document.write of script tag ? And why is the script tag execution delayed?
In my code, I created 5 iframes with script tag in them to get responses from server.
we need to do this in parallel. Also because of the cross-domain issues, we did not choose Ajax tech, just ...
3
votes
1answer
940 views
Overwriting iframe's document.write
For my own purposes (cough lazy-loading an ad script), I am overwriting the document.write function in order to buffer the script's output, writing it to a div, and restoring the native document.write ...
3
votes
5answers
3k views
Why won't this JavaScript (using document.open and document.write) work in Internet Explorer or Opera?
I desperately need some help on this one.
I've created a <script> that closely parallels, and reproduces the problem of, another more complex <script> that I've written elsewhere.
Here's ...
2
votes
2answers
191 views
Any HTML code after iframe is not executed using document.write
While I was trying to insert an iframe using documnet.write in IE, I got success. But, any html code after that is not executed.
document.write("<div>Hello</div><iframe ...
-2
votes
1answer
252 views
i need the document.write code for iframe
I want the document.write code to load a page(as iframe)
example - i need document.write function to get http://google.com
I dont want html function but as document.write