calendar month links
i am attempting to create an html link that will go to the correct month's callendar of events page. i dont really know what i am doing or where the code should go in the page. below is what i am working with at the moment (doesnt work, of course)...
<%
var_date=month()
If var_date=1 Then
response.Redirect("CalendarOfEvents/January.asp")
If var_date=2 Then
response.Redirect("CalendarOfEvents/February.asp")
If var_date=3 Then
response.Redirect("CalendarOfEvents/March.asp") //and so on
End If
%>
New to this planet
__________________
New to this planet
|