9seek 留言本源代码5.0版

源代码在线查看: style.asp

软件大小: 423 K
上传用户: wanjunsheng
关键词: 9seek 5.0 留言本 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

								response.buffer=true
				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")
				%>			

相关资源