Quote:
Originally Posted by JA1
remember the trailing </script> otherwise your browser will stuff up!
<script type="text/javscript" src="yourscript.js"/></script>
J.
|
I used a self-closing tag (hence the / before the last > which is technically correct. Just like you can use <br/> Which browser will hang on that?
EDIT: OK, it is not valid HTML 4, but it is valid in XHTML. So I guess it depends which Doctype you're using
Last edited by funkdaddu : 08-29-2006 at 12:08 AM.
Reason: Found Answer
|