** If you go to my calendar you'd know what I'm talking about! **
No doubt but since you're never posted a link to it previously (as was previously suggested I might add), that was not possible??
This is what I found from looking at the code in the template:
quote:
<FORM ACTION="http://www.eastsidearts.org/cgi-bin/calendar.pl" METHOD="POST">
<NOSCRIPT><INPUT TYPE="hidden" NAME="noscript" VALUE="1"></NOSCRIPT>
<SELECT NAME=& ;amp;amp;amp;amp;quot;month& amp;amp;amp;amp;amp;quot;>
The <SELECT NAME=
& ;amp;amp;amp;amp;quot;month
& ;amp;amp;amp;amp;quot;> is definetely not right.
I don't know how it got to be that way but suspect it may be because of whatever you're using to edit the template(s) or how you uploaded the script is changing quotes (") to quot ; and ampersands (&) to amp ; .
BTW. When looking at the code of your debug.pl file, it looks to have had a similar fate:
quote:
<form method="GET"><input type="hidden" name="test" value="success">
Those and any other similar changes which were made will likely need to be corrected before the calendar will work properly.
Dan O.
------------------