用ASP代码得到客户端IP和当前地址
2018-09-06 12:38
阅读:408
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)
%>
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:用ASP代码得到客户端IP和当前地址
文章链接:http://soscw.com/index.php/essay/10517.html
文章标题:用ASP代码得到客户端IP和当前地址
文章链接:http://soscw.com/index.php/essay/10517.html
评论
亲,登录后才可以留言!