Hi,
I have this line in a servlet file
out.println("<SCRIPT language=\"JavaScript\" type=\"text/javascript\" SRC=\"/util/
js/menu.
js\"> </SCRIPT>");
I am executing it via eclipse-sysdeo. However, the javascript source file (menu.
js) is not found. I put it into the WEB_INF/src; it didnât work. I tried also outside WEB_INF/src; it didnât work.
Any clue?