PDA

Click to See Complete Forum and Search --> : calendar script?


principessa
Jun 1st, 2001, 01:26 PM
i don't know where to actually post this question.
i need to put on my web page a calendar, similar or the one in room33.com
does anyone know how to do it? is it a script?
thx!

sebs
Jun 1st, 2001, 01:50 PM
do a search in http://www.planet-source-code.com
and you'll find a few of them!!

JoshT
Jun 1st, 2001, 02:01 PM
I believe there's a good one at www.asp101.com

monte96
Jun 1st, 2001, 02:33 PM
If your only targeting IE browsers, you can easily just plop an ActiveX calendar control on to the page. Just remember to run the LPKtool from the VS6 CDs to generate a license pack file. Without it, the control won't render unless the client has VB installed.

I needed it to be more lightweight, so I took a javascript dropdown calendar that was close to what I needed and modified it to suit my needs and created a page that I include where ever I need it.

And... I got that one from.... Dynamic Drive (http://www.dynamicdrive.com).. you can also find some good stuff on Planet Source Code (http://www.planetsourcecode.com).