RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Januski, Ken
Thanks, The .js file is a downloaded calendar, i.e. I didn't write it myself. I'm including it, per the instructions that came with it, using src=http:/ I believe I've tried including it using a system file path and still had problems. But I'll give it another try just to make sure. I guess

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Januski, Ken
- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 12:25 PM To: Tomcat Users List Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet Thanks, The .js file is a downloaded calendar, i.e. I didn't write it myself. I'm including

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Mike Curwen
PROTECTED] Sent: Monday, January 12, 2004 11:43 AM To: Tomcat Users List Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet I've changed javascript source from 'src =http:... ' to src=%=request.getContextPath()%/scripts/datetimepicker.js . But I

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Mike Curwen
with it and would like to figure it out. Ken -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 12:25 PM To: Tomcat Users List Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet Thanks, The .js file

RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet

2004-01-12 Thread Hooper, Brian
Or: a href=# onclick=launchCalendar(); return false;blah/a -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 1:23 PM To: 'Tomcat Users List' Subject: RE: OT?:Can't include .js file on jsp page controlled by front co ntro ller servlet Also