I\'ve come across this message in JSLint...
document.write can be a form of eval.
and was wondering exactly how so?
The
What does your browser do with this?
document.write('<script type="text/javascript">window.alert("evaled " + (1 + 2))</script>');