Fri, 2009-07-03 15:41
What is the best way to make a calendar that you can switch between months and have links on each date? Is it possible to use only CSS or do I need to incorporate Javascript or PHP?
Fri, 2009-07-03 16:59
#1
you'll need at least a
you'll need at least a backend code like asp or php and you can incorporate javascript/ajax to make the date/month changing seamless without a page refresh
EDIT: you can TECHNICALLY do this with HTML and CSS but you will have to create a page for every single month. Most CMS will have this functionality built into the core.

