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!
Printable View
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!
do a search in http://www.planet-source-code.com
and you'll find a few of them!!
I believe there's a good one at www.asp101.com
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.. you can also find some good stuff on Planet Source Code.