How can I find the client machine name in classic ASP? -


i know how ip address there way me client machine name?

addr = request.servervariables("remote_addr") 

you can't. http not transmit information. windows network does, not http.


Comments