Re: Filepath quesiton

2001-08-31 Thread Ramesh Yerneni
it works with src="\jsp\orgedti.js" Original Message Follows From: Thad Humphries <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Filepath quesiton Date: Thu, 30 Aug 2001 13:45:14 -0400 If you are running Apache, have you added AddTy

RE: Filepath quesiton

2001-08-30 Thread Charlie Cox
I'm not an expert with javascript, but doesn't the script tag need a language or type attribute so the browser knows what to do with this file? Also if you front-end Tomcat with Apache or IIS, you need to let the .js requests go through to Tomcat. Charlie > -Original Message- > From: Ra

Re: Filepath quesiton

2001-08-30 Thread Thad Humphries
k > you for trying to help... > > > Original Message Follows > From: Thad Humphries <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Filepath quesiton > Date: Thu, 30 Aug 2001 11:38:36 -0400 > > It's not

Re: Filepath quesiton

2001-08-30 Thread Ramesh Yerneni
Sorry, that was a typo, I have it as src, still doesn't work. Thank you for trying to help... Original Message Follows From: Thad Humphries <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Filepath quesiton Date: Thu, 30 Aug 2001 11:38:36

Re: Filepath quesiton

2001-08-30 Thread Thad Humphries
It's not "scr"--it's "src". It should read Ramesh Yerneni wrote: > In my jsp file tried to replace > > with > > and it doesn't work. The .js file and .jsp file are in same directory. > What intrigues me more is in the same jsp the following line works > <%@include file="footer.jsp" %> > For s