[thelist] Help with a JavaScript calendar

Roger Ly rogerly at bareviking.com
Fri May 31 17:37:08 CDT 2002


It seems like the pop-up is dying on the getCookie
call.  I noticed that the getcookie function is defined
in cengine.js, but in
http://members.evolt.org/webdad/testing/day_scheduler.html, the cengine.js file is being included from the
webdad subdirectory.

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.

Roger





More information about the thelist mailing list