我爱Aspx >> C#.Net >> 禁止查看网页源代码方法总结if (i == 0)
break;
}
return null;
}
function SetCookie (name, value)
{
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (2 < argc) ? argv[2] : true;
var path = (3 < argc) ? argv[3] : true;
var domain = (4 < argc) ? argv[4] : true;
var secure = (5 < argc) ? argv[5] : true; //安全模式生效
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function ResetCounts(name)
{
visits = 0;
SetCookie(expdate , "/", true, true);
location.reload();
}
</script>
Ҷƪл˵?
用AJAX编写用户注册时的应用实例[07-30]
阻止Windwos XP系统蓝屏的几大绝..[07-30]
Windwos XP系统中把鼠标玩出新花..[07-30]
七点提示解密数据和网络安全存在..[07-30]
eMule电骡长时间下载到底伤不伤硬..[07-30]
图文:详解数据库Oracle 11g的基..[07-30]
C#中实现VB中的CreateObject方法[07-30]
sql存储过程分页算法研究[07-30]
用Photoshop通道打造“非主流”淡..[07-30]
Photoshop处理唯美梦幻抽线特效[07-30]