which server software is there in your server Machine?if you just want to get a client IP Address ;you can write as below:
test.htm
=====================
<html>
<body>
your IP is :
<script language="javascript" src="yourServerpath/ip.asp"></script>
</body>
<html>in your serverside pls put a file and assign a right path:
ip.asp
================
<%
Response.Write "document.write('" & Request.ServerVariables("REMOTE_ADDR") & "')"%>it is ok!
if you use java and other language,it is like that!Happy programming!!!

解决方案 »

  1.   

    which country are u now??
    you are a hard-working man!!
      

  2.   

    thanks for the prompt reply(costs you only 4 mins,you are realy cute!)
    but i just can't help waiting.sorry to push you so hard.i am in the uk. i have no idea about what kind of software my server side uses. 
    my page is on netfirms.com, free space. just do it for fun.anyway, your answer is the most satisfied one i have got.
    i will try it out and chat to you later.your english is realy good! and i believe you can ern more money
    here. how old are you ? be my freind!
      

  3.   

    if you don't know what kind of software my server side uses,you maybe you have no right of executing asp file