English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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.

2006-10-23 03:06:02 · 2 answers · asked by HiFi 3 in Computers & Internet Internet

I have already tried Dynamic Drive, but there are only a selection of calendars. I need one that can display events on specified dates.

2006-10-23 03:26:16 · update #1

2 answers

try dynamicdrive.com

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.

2006-10-23 03:13:28 · answer #1 · answered by polgas 2 · 0 0

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.

2006-10-23 03:39:40 · answer #2 · answered by Daniel R 6 · 0 0

fedest.com, questions and answers