calendar

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
speedy33417
Forum Contributor
Posts: 128
Joined: Sun Jul 23, 2006 1:14 pm

calendar

Post by speedy33417 »

Could someone point me to the right direction.

I'm working on a scheduling page and I need a pop up calendar to select the date for the appointment. After selecting the date the pop up would disappear and the selected date would be entered in the html form.

Any tutorials on how to achieve something like this? What language should I look into?

Thanks.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Well considering you don't already have code for us, I'm guessing you're not too sure as to how you're going to go about it. There are a few php calendars out there. Google it. I think one is http://www.easyphpcalendar.com. but I'm not sure. They make me use pre-made ones at my other job, but I prefer to do things from scratch.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

He needs something client-side in order for it to "pop up". No need for php here... mods, time to move a thread!
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Oh, whoops. I misread his request completely. Although, he could use ajax to display the calendar, but php to populate it. :-p
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

psst... notice the title of the thread I posted. :wink: :)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Well then. *ahem* Awkward. :P
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

Post Reply