DanO, I am using your minical template, and I have tried changing the link code to add the target=_blank so that when you click on a day, it opens the events for that day in a new window. This is what I have done:
<a target="_blank" href="<%= $CGI_URL %>?view=Day&datestring=<%=$YEAR%><%=$MONTH%><%=$linkday%>"><%=$DAY->{'dd'}%></a>
When I view the source on the resulting html page it doesnt even show a target anywhere!
Any ideas?