%@language=vbscript codepage=936 %> <% option explicit '强制浏览器重新访问服务器下载页面,而不是从缓存读取页面 Response.Buffer = True Response.Expires = -1 Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" '主要是使随机出现的图片数字随机 %>
后台管理页面需要屏幕分辨率为 1024*768 或以上才能达到最佳浏览效果! 需要浏览器为 IE5.5 或以上版本才能正常运行!!!