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 folder, assuming
you've stuck with the relative path.

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
right-clickProperties in IE)?  It needs to be in that 
folder, assuming
you've stuck with the relative path.

{url}/project/x 

I.e. the project root. 


And that works in FireFox.  Place the javascript file there and it finds it.
(Neither reports a missing javascript file at all well :-)

With IE I get a confusing 'Line 22, char 1, object expected' error message.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, Firefox far more lenient.

Thanks to Peter for showing me the accessLogValve.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



(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 rage, air rage.  Why should I be forced to divide my rage into
separate categories?  To me, it's just one big, all-round, everyday
rage.  I don't have time for fine distinctions.  I'm too busy screaming
at people.
 - George Carlin

 [EMAIL PROTECTED] 3/29/2005 3:49:38 AM 



-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
right-clickProperties in IE)?  It needs to be in that 
folder, assuming
you've stuck with the relative path.

{url}/project/x 

I.e. the project root. 


And that works in FireFox.  Place the javascript file there and it
finds it.
(Neither reports a missing javascript file at all well :-)

With IE I get a confusing 'Line 22, char 1, object expected' error
message.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is

confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily
represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]