Location of javascript files.

2005-03-29 Thread Pawson, David
I'm having problems locating a javascript file. {catalina_home}/project/x.html finds an external javascript file in the same directory quite happily. script language=JavaScript1.2 type=text/javascript src=upload.js/script Same thing from a jsp file When I convert the jsp

RE: Location of javascript files.

2005-03-29 Thread Peter Crowther
From: Pawson, David [mailto:[EMAIL PROTECTED] When I convert the jsp file to /project/WEB-APPS/class/x.class where would you expect the javascript file to be found please? By what URL is the client accessing the page (FileProperties or right-clickProperties in IE)? It needs to be in that

RE: Location of javascript files.

2005-03-29 Thread Pawson, David
-Original Message- From: Peter Crowther When I convert the jsp file to /project/WEB-APPS/class/x.class where would you expect the javascript file to be found please? By what URL is the client accessing the page (FileProperties or

RE: Location of javascript files.

2005-03-29 Thread Pawson, David
Problem solved! Worthy of note: script language=JavaScript type=text/javascript src=upload.js/script the space after javascript was the criminal! remove it and its back working again. Because I'd converted from jsp to java, I'd been careless with the whitespace; Odd one is that MS was picky,

(OT) RE: Location of javascript files.

2005-03-29 Thread Brent Sims
That error indicates an IE specific error in the javascript code, usually a null variable object that Firefox will gracefully ignore. I've run into that a few times; isn't Microsoft grand? Brent Sims Systems Analyst 2 KC Human Services - Road