This content has been marked as final.
Show 1 reply
-
1. Re: Import JS script causes Blank Page!?
raist_majere Oct 27, 2007 1:04 AM (in response to cyclops49)Your problem is using the short form of
<script language="JavaScript" src="test1.js"/>
. I've found that SCRIPT is one of the few elements that you must explicitly close using a close tag like this<script language="JavaScript" src="test1.js"></script>