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

[390 byte] By [morningJavaa] at [2007-11-27 11:35:51]
# 1

Got it,

It was a cache issue so the page wasn't reading my changes.

morningJavaa at 2007-7-29 17:05:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...