[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Import JS script causes Blank Page!?

Raist_Majere do-not-reply at jboss.com
Sat Oct 27 01:04:22 EDT 2007


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#4099528

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099528



More information about the jboss-user mailing list