js判断是否是从本站链接过来
摘要: var RE1=/http:\/\/[a-z0-9]*?\.?(djasp\.net.+)/gi;var cRef=String(document.referrer);cRef=cRef.replace(RE1,"$1");if(cRef.indexOf("djasp.net/")!=0){//如果不是从本站链接过来 var tL=document.location.href;// tL=tL.r...阅读全文
posted @ 2007-10-25 19:35 XiaoShan 阅读(129) | 评论 (0) 编辑
