Request.ServerVariables("SERVER_NAME")
为了更加直观,在asp文件里面写上这一条语句试试:
你所访问的域名是:<%=Request.ServerVariables("SERVER_NAME")%>
就会把你的域名直接显示出来。
如果用HTML来实现的话.应该这样::<A href=http://www.vhu5.com target=_self style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)'this.setHomePage(URL)"><IMG alt=点击图标把威虎站长网设为首页 src=http://www.vhu5.com/tupian/logo.gif border=0></A>
代码如下<%
dim Url
if Request.ServerVariables("HTTP_REFERER")<>"" then
Url=Request.ServerVariables("HTTP_REFERER")
else
Url="获取来路失败"
end if
%>
来路域名:<%=Url%>
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)