获取计算机名和MAC地址的
Set sh = Server.CreateObject( "wscript.shell ")
sh.run "%comspec% /c ping -a " & strIP & " > c:\ " & strIP & "ping.txt ",0,true
Set sh = nothing
以上是取客户端计算机名称,执行成功 ,txt文件里面有内容
Set sh = Server.CreateObject( "wscript.shell ")
sh.run "%comspec% /c nbtstat -A " & strIP & " > c:\ " & strIP & ".txt ",0,true
Set sh = nothing
以上是取客户端MAC地址,这个执行之后,txt文件里面却什么内容都没有
------解决方案--------------------我给你个例子。用javascript 完成的。
http://www.kudaa.com/Search.asp?Field=Title&ClassID=all&keyword=mac
你要把该站设为可信任站点才可以看到。