|
I'm (still) updating our website, and the calendar we have in place is made from solid HTML. I want a solution that has exactly the same style, can show activities that we are hosting, and takes up a few lines of code (hopefully runnung from an external script / file).
Any solutions would be welcome. No PHP / ASP / CGI codes, please. I need to make sure that it works offline as well as online (force of habit).
To see how our calendar looks at the moment, go to www.waiyin.org.uk.
Where could I find a "cut-and-paste" Javascript / DHTML / other web technology calendar for free?
<u>try dynamicdrive.com</u>
hmmm..maybe you can just use a multi-d array in your javascript, And have loop, check each one. Or you can either have a whole string in an array, and just parse the data inside it. this might take up lots of memory though. and keeping track of it would be pretty tidious.
Where could I find a "cut-and-paste" Javascript / DHTML / other web technology calendar for free?
Javascript and DHTML are client-side technologies. Without some sort of server-side script, which you have ruled out, there wouldn't be any way of the calendar getting the data it needed to display the events.
|