Note: Modified by DD to highlight today's
day, bug fix.
Description: If
you need a simple, elegant calendar to display the current days of
the month, Basic Calendar is an excellent
script for the purpose. Uses CSS to allow easy changing to its appearance,
everything from calendar dimensions, colors, down to the font used to
highlight the current day.
Demo:
Directions:
Step 1: Insert the below into
the <HEAD> section of your page:
The above references an
external .js file. Download basiccalendar.js
(by right clicking, and selecting "Save As"), and upload to your
webpage directory.
Within the above code, you may
customize the CSS rules to change all visual aspects of the calendar.
Step 2:
Finally, insert the below script where you wish the calendar
to appear on your page:
Additional Information
Basic Calendar uses one key
function, buildCal(), to display a calendar. This function looks like
this:
The month you wish to display, where 1=January, and
12=December.
2003
The year you wish to display.
main
Name of the CSS class to style the calendar's
outermost table.
month
Name of the CSS class to style the calendar's
month/year bar.
daysofweek
Name of the CSS class to style the calendar's week
days row
days
Name of the CSS class to style the individual days
cells.
0
The thickness of the border between all cells. 0=no border.
buildCal() simply returns the entire calendar in string
format, so in order to display it, you'll need to invoke document.write(), as
shown in the code of Step 2:
As you can see, buildCal() is invoked three times here within table cells to
display it three times on the page.
-Displaying an entire
year dynamically
To demonstrate how versatile this script is, you
can create simple functions to display the calendar dynamically, such as
on demand using a drop down menu. The below code should replace the code
of Step 2:
<form>
<select onChange="updatecalendar(this.options)">
<script type="text/javascript">
var themonths=['January','February','March','April','May','June',
If you are searching life partner. your searching end with kpmarriage.com. now kpmarriage.com offer free matrimonial website which offer free message, free chat, free view contact information. so register here : kpmarriage.com- Free matrimonial website
0 comments:
Post a Comment