What damage is done by document.write()?
- by Simon Gibbs
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.