Hi,
I need to use the calendar in combination with an ASP page, and to make a long story short, I have been switching the separator between the query strings from "&" to "-" in calendar.pl by changing the splitter from "&" to "-", a few other lines directly, and changing this:
if ($QUERY_STRING ne "") { $Template::CGI_URL_QUERYSTRING .= "-"; }
I have been able to change all of them with the exception of two, which continue to evade me: datestring and view. These two keep including themselves as &datestring= and &view= rather than -datestring= and -view=.
Could anyone who has read more of the code advise?
Thanks,
Kalanga