S
SlimBiker
I found a strange IE bug today. I am using IE 6 on Win XP SP1. IF you
change your script tage from:
<script type="text/javascript" src="./js/global.js"></script>
to
<script type="text/javascript" src="./js/global.js" />
And if all the script tags have the above syntax then IE stops
rendering the page. First I thought there was a bug in my html, but
soon I realised that when I do the same on other downloaded pages also
the behaviour is replicated.
On mozilla, FF , Nscape this causes No Problem.
I am using XHTML 1.0 transitional and page validates to W3C.
Any idea why this could be???
change your script tage from:
<script type="text/javascript" src="./js/global.js"></script>
to
<script type="text/javascript" src="./js/global.js" />
And if all the script tags have the above syntax then IE stops
rendering the page. First I thought there was a bug in my html, but
soon I realised that when I do the same on other downloaded pages also
the behaviour is replicated.
On mozilla, FF , Nscape this causes No Problem.
I am using XHTML 1.0 transitional and page validates to W3C.
Any idea why this could be???