that is a wrong link.It functions to get a IP address,but just an example.you can write some codes by yourself,such as
Response.Write Request.ServerVariables("REMOTE_ADDR")
in VBS in server.

解决方案 »

  1.   

    thanks, brother!ok,i will try to construct some codes on my own although i have
    no idea about 'VBS'. so,could you possibly tell whether i can solve the problem by
    embeding javascript on the html of my page?you mentioned :  codes ... in server. does that mean i have to 
    write a stand alone code (file) and uploade it to the my server
    side folder? if yes. how to link this code to my page and make
    it executed while someone is visiting my page? how to transfer
    the value? how ....you see, my knowledge about coding is soo poor that i keen to
    learn more. and i verymuch respect your wisdom. 
    could you please sacrifise a little bit of your precious time
    to present me a detail reply?it's 2AM here, and i will wait for your answer online.thanks 
    puppy55
      

  2.   

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

  3.   

    you got it, i am in the uk. just too lazy to key in chinese. sorry
      

  4.   

    I don't think that VBS is better than JS.<script language=javascript runat=server>
    Response.Write(Request.ServerVariables("REMOTE_ADDR"));
    </script>