[thelist] IE 6.0 script tip

Eric Vitiello eric at perceive.net
Thu Mar 7 14:24:01 CST 2002


<tip author="Eric Vitiello Jr" type="IE 6.0 and script tags">
	IE 6.0 croaks on some script tags. completely stops rendering the
  page.  for all you XHTML junkies out there, when including a
  script in your page, make sure you have a closing script tag,
  such as:

  <script language="javascript" type="text/javascript" src="blah.js"></script>

  NEVER do:

  <script language="javascript" type="text/javascript" src="blah.js"/>

  although this is correct and fine XHTML, IE 6 will choke on it.
</tip>

---
Eric Vitiello
Perceive Designs
<www.perceive.net>





More information about the thelist mailing list