The answer is that it is NOT possible due to browser restrictions, but other information such as Browser, Operating System, Screen Resolution, among others, can be obtained from Javascript.
Complementing the answer, currently for security reasons, it is currently NOT possible to read the " Computer Name" using JavaScript; could be done by a control Active X, but you must force your users to use Internet Explorer.
The answer is simple: NO , except in some versions of IE.
Some references:
How can I read the client's machine/computer name from the browser? (here explains how to get it with IE)
Read the Computer Name using javascript in mozilla browser
The answer is that it is NOT possible due to browser restrictions, but other information such as Browser, Operating System, Screen Resolution, among others, can be obtained from Javascript.
Complementing the answer, currently for security reasons, it is currently NOT possible to read the "
Computer Name
" usingJavaScript
; could be done by a controlActive X
, but you must force your users to useInternet Explorer
.Writing an ActiveX control in C# (English)
You can get the data of the browser you are using and some extra things, but details of the machine from which the browser is running, no.