how can i check the machine name of each client who use the IE browser? any method to handle it if using asp programming? and, how this code: var WshNetwork = Wscript.CreateObject("WScript.Network"); WScript.Echo("Domain = " + WshNetwork.UserDomain); WScript.Echo("Computer Name = " + WshNetwork.ComputerName); WScript.Echo("User Name = " + WshNetwork.UserName); how can i use this javascript?? i have tried to include this code into a javascript function, but it always have error abt "Wscript" is undefined. pls help. thx in advance!
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
posted
0
Hi Ha, This topic needs to go to the OO Scripting forum. I'm going to move it there. Michael Morris
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher