Forum Moderators: Robert Charlton & goodroi
<script src="http://www.example.com/update.js type="text/javascript"></script> My question is, if there is something like:
document.write('<a href="http://www.example.com">Example</a>');
if that's the case, i wouldn't use document.write - because it's not forward compatable.
it doesn't matter too much now, as people are still serving XHTML pages as text/html, but document.write won't work on XHTML pages served as application/xhtml+xml