Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Timetables


Message #1 by "Jamie Holmes" <jamie_holmes@h...> on Thu, 21 Mar 2002 14:29:49
Hi,
I want to put a timetable on the web. It has two fields (date, what is 
happening). I would like it only to display the future events.
I have been advised that a javascript array would be the best option (any 
other suggestions welcome). The future events could be solved by :

---PSEUDO CODE---
if fielddate>date
print
next
else
next
--- ---

The only thing with this is that I would want to keep the arrays seperate 
to the scripting so that I can trust a monkey to update the timetable (or 
create an interface) to do this for me.

Any help or suggestions gratefully recieved.

Jamie Holmes

  Return to Index