|
|
Click on a heading below to select a JavaScript. To
view the source code for the JavaScript Right Click
the mouse button over the JavaScript window and then
select "View Source" from the pop-up window
Copy and paste the code. If any graphics are used in
the script. Right Click the mouse button over each graphic
and then select "Save Picture As" from the
pop-up menu. All the graphics should be put in the same
directory as the JavaScript. To go back to the Index
just close the JavaScript window.
|
|
| Basic
Calendar |
A month calendar that highlights the date and the day of
the week
|
| Daily
Greeting |
Display the date on a small calender together with an appropriate
salutation based on the time of the day.
|
| Date
Menu |
Each time the user selects a year or month, JavaScript gets
the correct number of days in that month and updates the pull
down menu. The script is Y2K compliant and also works for
leap years
|
| Day
counter |
Tells you many wednesdays (or any other day) there are in
the current month. It can be modified to work with any day
of the week, or all of them!
|
| Days
Left |
This script calculates and displays the number of days (not
weekdays) left in the current month.
|
| Dynamic
Month |
Select a month and year and automatically display the a
complete calendar for that month in Dynamic HTML.
|
| M-DH |
Shows you the current month's calendar, and the current
day is highlighted!
|
| M-T-DH |
This shows users a calendar that also tells you when you
entered the page, plus, the current day is highlighted.
|
| Pop-up
Date picker |
A popup window appears allowing the user to select a date
simply by a clicking it. The user can navigate to previous
and future dates, and the selected date is displayed in your
form.
|
| Quarter |
It displays the current month, and the month prior and forthcoming
on each side
|
| Season |
Display the current season and year as determined by the
system clock.
|
| Select
a Month |
Simply select any month of any year, and JavaScript will
"build" you the calendar for that month
|
| Select
Day |
Shows a pull down menu from which you can select any day
from the current month.
|
| US-Euro
Calendar |
A powerful calendar that allows you to scroll through the
months. Displays monthly calendars in U.S. or Euro style,
three months at a time. It even lets you define the holidays!
|
| Year
Calendar |
A calendar that shows you the whole year by month.
|
| Year-Highlighted |
The same as the previous calendar but with today highlighted.
|