What damage is done by document.write()?
Posted
by Simon Gibbs
on Stack Overflow
See other posts from Stack Overflow
or by Simon Gibbs
Published on 2010-04-01T08:52:22Z
Indexed on
2010/04/01
8:53 UTC
Read the original article
Hit count: 425
What bad things happen at the moment document.write()
is invoked?
I've heard bits and peices about document.write having an adverse impact on the DOM or on the use of Javascript libraries. I have an issue in front of me that I suspect is related, but have not been able to find a concise summary of what damage the method does.
© Stack Overflow or respective owner