Click to See Complete Forum and Search --> : makeing a calendar


newtda
01-09-2004, 07:07 PM
I am trying to make a calendar like the one at www.expedia.com. What are some good sites where I could learn how to make one.

Pittimann
01-10-2004, 04:36 AM
Hi!

You can download working calender scripts and try to understand, how that stuff works and then either make your own one or modify a script so that it fits to your needs.

There are a number of scripts dealing with dates and calenders here: http://javascript.internet.com/calendars/

A script quite close to your example can be found on the same site:
http://javascript.internet.com/calendars/popup-date-picker.html#source

Maybe you have a look at one of the smaller scripts first...

Cheers - Pit

PeOfEo
01-10-2004, 01:39 PM
asp.net has something called the calander control which you can hook up with a data base for real conveiniant dateing. http://www.asp.net/whitepaper/whyaspnet.aspx?tabindex=0&tabid=1 has a picture of it. Just some food for though.