RE: how to execute javascript file in jsp

2006-01-06 Thread Mauricio Fernandez A.
ara: Tomcat Users List Asunto: Re: how to execute javascript file in jsp I did what you said it compile with no error but the script did not execute.Still no solution Thanks Charl Gerber <[EMAIL PROTECTED]> wrote: type="text/javascript"> --- marju jalloh wrote: > Hi ever

Re: how to execute javascript file in jsp

2006-01-06 Thread marju jalloh
I did what you said it compile with no error but the script did not execute.Still no solution Thanks Charl Gerber <[EMAIL PROTECTED]> wrote: type="text/javascript"> --- marju jalloh wrote: > Hi everyone, > I`m using tomcat 4.1.* on Linux (serge) but find it > diffecult to include j

Re: how to execute javascript file in jsp

2006-01-06 Thread Charl Gerber
--- marju jalloh <[EMAIL PROTECTED]> wrote: > Hi everyone, > I`m using tomcat 4.1.* on Linux (serge) but find it > diffecult to include javascript file in my jsp.I did > it with > <%@ page import="myjavascript.js*"%> > but it could not find the file.Also with > . > It compile but the scri

how to execute javascript file in jsp

2006-01-06 Thread marju jalloh
Hi everyone, I`m using tomcat 4.1.* on Linux (serge) but find it diffecult to include javascript file in my jsp.I did it with <%@ page import="myjavascript.js*"%> but it could not find the file.Also with . It compile but the scriptcould not execute Can anyone help me Thanks in advance