ASP Inline
Corporate Calendar
Documentation
By: Aaron B.
http://www.aaronoutpost.com
Copyright© 2003-2005 _-Squire-_ Creations All Rights Reserved.
Implementing ASP Inline Calendar
Skin & Style:
All the pages in the calendar include the inc_header.asp and inc_footer.asp file at the top and bottom of the pages respectively. inc_Header.asp has the mini calendar installed to it by default and inc_footer.asp has the Page Generation Time installed by default.
You are permitted to change inc_header.asp and inc_footer.asp to reference this script to your site.
You can delete all the data in the inc_header.asp and inc_footer.asp file and include HTML to fits your website. Mini Calendar is not necessary to run other calendar functions.
If you are running your own header and footer files then you may want to include that in the calendar's header and footer.
Example: <!--#include file="../header.asp" -->
If your server does not allow ../
Then you could use <!--#include virtual="header.asp" -->