相关代码 |
|
dim style style=request.querystring("style") if style="" or not isNumeric(style) then style=1 else style=int(style) end if response.cookies("style")=style response.cookies("style").expires=dateadd("m",1,now()) response.redirect request.servervariables("http_referer") %>
相关资源 |
|