| Desc | AM | PM |
Thanks to Scott Barrett for this script.
This is actually two scripts. One lays out the format and the other allows you to fill in the blanks. Do it correctly and you get a day by day planner to fill out right to your WWW page. Then everyone can know what you're doing.
This is only the SECOND script. This is the one you alter. When you copy and paste the scripts, this one will come right along.
<script language="javascript">
y="y"
n="n"
time_display()
// activity name, starting time(24 hour clock), half hour start(y/n), blocks(of 30 min.)
fill_time("Secondary Principals",8,y,5)
fill_time("Board Meeting",18,n,7)
fill_time("Staff Meeting",7,y,3)
fill_time("Training",10,n,8)
time_display()
</script>
Look at the day planner above and the script just above. See what you do to enter information? Change out the name of the event and change the time. Note the "y" or "n" must be added to make it half-hour blocks or not. It displays it all just for you. You can do many on the same page. Just paste the script again and again.
Please note: This script is being offered in simple text format. When you click to Grab the Script, the text should display. Internet Explorer and AOL users may get a blank page or the script may run and produce the effect. If this happens, choose SAVE AS from the FILE menu and save the blank or compiled page.