[thelist] Help with a JavaScript calendar

Bob Boisvert webdad at tampabay.rr.com
Fri May 31 17:53:00 CDT 2002


Roger Ly wrote:

...You'll need to change these two lines:
...
...<script language="javascript"
...src="../cengine.js"></script>
...<script language="javascript"
...src="../other_scripts.js"></script>
...
...to
...
...<script language="javascript" src="cengine.js"></script>
...<script language="javascript"
...src="other_scripts.js"></script>
...
...since cengine.js and other_scripts.js are located in
.../webdad/testing folder, and not in the /webdad folder.

Thanks Roger,

I had to change those two line in both the day_schedule.html &
new_reminder.html pages. works fine now.

Thanks again





More information about the thelist mailing list