Event Calendar2. Get the Javascript |
|
Join the DiscussionMore of this FeatureTo insert the event calendar script into your web page you first need to copy the following code and save it in a file called event.js. You also need to add a small piece of HTML into the head of your page that will link the Javascript into the page so that the calculator will function.
<script type="text/javascript"
src="event.js"></script>
You will also need to add the following into the body of your page where you want the event calendar to appear.
<div id="calendar"></div>
All that remains now is to customize the script so that it displays your events and matches the colour scheme of the rest of your site. |

