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>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099528#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...