%
Set RS = Server.CreateObject("ADODB.Recordset")
%>
´Þ·Â
<%
if request("year") > 0 then
intThisYear = cint(request("year"))' ""³âµµ ¾ò±â
else
intThisYear = Year(date())
end if
if request("month") > 0 then
intThisMonth = cint(request("month"))' ""¿ù ¾ò±â
else
intThisMonth = Month(date)
end if
%>