Interesting!
It appears that I cannot do document.write('<script language=Javascript src=blaa.js>'). In fact, I cannot do document.write('<script>') at all.
It writes it all to the source, but it doesn't show it on the document.
For instance..
document.write('moo<script><//script>woof')
If I view the source, I see: moo<script><//script>woof
However, on the page, I only see the moo.
Why is this??
It appears that I cannot do document.write('<script language=Javascript src=blaa.js>'). In fact, I cannot do document.write('<script>') at all.
It writes it all to the source, but it doesn't show it on the document.
For instance..
document.write('moo<script><//script>woof')
If I view the source, I see: moo<script><//script>woof
However, on the page, I only see the moo.
Why is this??