Re: how to get client cpu id



"Yoshitha" <gudivada_kmm@xxxxxxxxxxxxxx> wrote in message
news:O5oT9vIdFHA.1288@xxxxxxxxxxxxxxxxxxxxxxx

> hi
> How to get the cpu id of the client from where the request came to the
> server.
> for e.g am sending a request to a server from one system then i want to
> capture the cpu id of that system
>
> Can anybody tell me how to solve this problem.
> what methods to be followed to get this.

The only way I can think of for doing this would be to write a client-side
VBScript or JavaScript function which makes a call to the winmgmts object.

Have a look here:
http://www.mvps.org/scripting/people/bakkenalia.htm
Scroll down till you find Function CpuID()

*HOWEVER* - this will only work with Internet Explorer and will require
fairly loose security settings so, chances are if you're running this across
the public Internet as opposed to a closed intranet, it will almost
certainly not work...


.


Loading