getting client hostname
Hi, I am developing a web application, and It is needed to get the remote hostname that is submitting a form. The IP address is not helpful because the network where is going to be implemented uses DHCP and the hostnames are registered in the database. I have used request.getRemoteHost and the class InetAddress and its method getHostName, but the first always returns the IP, and the second not always returns the hostname.
Any Idea, (even if someone knows how to get fhis through JavaScript, or VBScript or anyway)
Thanks a lot.

