Thanks for your help, Dan.
Can you suggest why I am getting an error message?
When I change this:
<a href="<%= $CGI_URL_QUERYSTRING %>view=Month" CLASS="<%=(($VIEW eq "Month")?"selectedcommandtext":"commandtext")%>">This Month</A>
to this:
<a href="<%= $CGI_URL_QUERYSTRING %>view=Month&month=$TODAY_MONTH&year=$TODAY_YEAR" CLASS="<%=(($VIEW eq "Month")?"selectedcommandtext":"commandtext")%>">This Month</A>
I get the Error Processing templates saying:
Month '-1' out of range 0..11 at /(path to calendarscript)/calendarscript/lib/TimeLocal.inc line 57.
Line 57 is:
elsif ($VIEW eq "Day") {
Any suggestions? Many thanks!
------------------