Simple calendar setup [flat calendar]
DHTML Calendar for the impatient
This page demonstrates how to setup a flat calendar. .
The code in this page uses a helper function defined in
"calendar-setup.js". With it you can setup the calendar in
minutes.
id="calendar-container">
The positioning of the DIV that contains the calendar is entirely your
job. For instance, the "calendar-container" DIV from this page has the
following style: "float: right; margin-left: 1em; margin-bottom: 1em".
Following there is the code that has been used to create this calendar.
You can find the full description of the Calendar.setup() function
in the calendar documenation.