SCRIPT Tag on MSIE

Word to the wise. MSIE5 (Mac) doesn’t like:

 <script type="blah" src="blah" /> 

It only likes:

 <script type="blah" src="blah></script> 

It’s quite stubborn. If you try the first example, it will refuse to show any of your page.

Tags:

Leave a Reply