I need to create a calender, that when a customer clicks on a particular day, time slots are open and appointments can be made. If the time slots are closed they cannot fill out an appointment for that time. But when an appointment is made, a clickable symbol appears that the company can click on and view the information. I know I've seen something similar before, my question is what language would something like this be written in? Would something like this work with JavaScript or is it more of a server application?
Sorry if this is a bit vague...Just need a starting place.
Thanks again for looking out.
try google [google.com]
DaveN
Think about it - some months have 30 days, others have 31. February sometimes has 29. And there are only 12 of them in the year.
There are all sorts of calendars available for download in all sorts of languages.
I started with a PERL calendar through CGI, but went instead to an ASP calendar in VBScript.
I've worked on something that does everything you said bar show the booking info when you click on it. Its java - jsp and beans - and it hooks up to a mysql database
If you do it with jsp sticky mail me if you want to see the code. its never been real-world tested though, the job got binned before it was finished.
good luck with the project :)