引用Asp判断来路并转向的代码
发布时间:2023-07-22 15:06:01 所属栏目:Asp教程 来源:
导读:使用下面的代码可以判断来路,并实现转向。
<%
url=request.ServerVariables("HTTP_REFERER")
if url<>"" then
host=split(url,".")(1)
end if
if host<>"baidu" or host<>"google" or host
<%
url=request.ServerVariables("HTTP_REFERER")
if url<>"" then
host=split(url,".")(1)
end if
if host<>"baidu" or host<>"google" or host
使用下面的代码可以判断来路,并实现转向。 <% url=request.ServerVariables("HTTP_REFERER") if url<>"" then host=split(url,".")(1) end if if host<>"baidu" or host<>"google" or host<>"soso" then %> <SCRIPT language=JavaScript>var STime=60;document.write("<div align=/"center/" id=/"interstitialframe/"><A onfocus=/"this.blur();/" href=/"<%=click_url.item(0).text%>/" target=_blank><IMG src=/"images/nkidcnet.gif/" width=0 height=0 title=/" (编辑:聊城站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐