if I have:
<script language="javascript" src="js/common.js" />
The page comes up blank, but if I change it to:
<script language="javascript" src="js/common.js"></script>
The page looks fine.
When the page does come up blank, I can view/source and it looks like it is
all there, but (my guess) is it thinks everything is in the <script> block?
Is this right? I must be missing something...
Closing tags with "/>" is accepted in XML, not in old HTML.
"Tim Mavers" <web...@hotmail.com> wrote in message
news:3ccd63dd$0$347$45be...@newscene.com...