Link to home
Start Free TrialLog in
Avatar of mchicken
mchicken

asked on

Detecting client side computer name?

Can I use Javascript to detect client computer name?

I can't do it on server side as the client may using DHCP to get IP address. Also, it would only return the computer name of the proxy / NAT computer if the client is behind them.
Avatar of Saqib Khan
Saqib Khan
Flag of United States of America image

You can not get the Computer name by using a Client side language such as JavaScript.

Server Side language can only help to optain the IP address of that machine.
Avatar of mchicken
mchicken

ASKER

I could get the computer name using activex object but it requires low security level.
Using server side, e.g. asp, is only work if the client IP is real.

Do you think that any other method would return the true computer name?
ASKER CERTIFIED SOLUTION
Avatar of avner
avner

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial