标签:style color io ar cti log 服务器 ad
<script>
window.onload = function () {
var s_uname = ‘<% =Session["uname"] %>‘;
if (s_uname == "") {
window.location.href = "../Login.aspx";
}
}
</script>
js检测服务器端Seesion是否存在,布布扣,bubuko.com
标签:style color io ar cti log 服务器 ad
原文地址:http://www.cnblogs.com/sijie/p/3916072.html