日期:2014-05-16 浏览次数:21157 次
Birthday = trim("20130931")
sysDay = trim(year(date)&right("0"&month(date),2)&right("0"&day(date),2))
if sysDay > Birthday Then
response.write"<SCRIPT language=JavaScript>alert('--软件试用期结束,请联络开发者更新系统。');"
response.write"javascript:history.go(-1)</SCRIPT>"
response.end
end if