Javascript Calendar

This handy Javascript calendar can be included on any Web page.

Features:

Download copies of calendar.js and calendar.css files and include the highlighted statements below in your HTML document:

 <html>
  <head>
   ...
   <link rel="stylesheet" href="calendar.css" type="text/css"/>
   <script src="calendar.js" type="text/javascript"></script>
   ...
  </head>
  <body onload="initCal('cal','en',0);">
   ...
   <div id="cal"></div>
   ...
  </body>
 </html>

The arguments to initCal are:

made with ParkeNet Editor
ParkeNet.com