用ASP代码得到客户端IP和当前地址

1、得到客户端IP

<%myip=Request.ServerVariables("Remote_Addr")%>

2、得到当前地址

以下为引用的内容:
<script>
document.write(this.location.href);
</script>

3、写入asp

以下为引用的内容:

<input type=hidden id=aspVar>
<script>
aspVar.value=location.href
</script>
------------------
<%
dim theAddress
thAddress=request.form("aspVar")
%>

posted on 2009-02-08 20:53  网者归来III  阅读(196)  评论(0编辑  收藏  举报

导航