output javascript in servlet
Hi,
I am using a servlet to output an html page. This page calls on a .js file.
out.println("</title><SCRIPT LANGUAGE=javascript src=\""+request.getContextPath()+"/script.js\"></SCRIPT></head>
when i call the javascript functions they work in ie7 but nothing happens in firefox and no javascript error is thrown in firefox.
Any ideas?
Thanks

