关于用脚本语言读取客户端注册表的问题 !!!!!!!!!!!!!
我用asp读取注册表 因为asp是在服务器端运行的 结果读出来的是服务器端的注册表
郁闷了 谁能帮个忙 用 脚本语言怎么写这个代码
<%
Dim strPath
strPath = "HKLM\SOFTWARE\toptrend\system\userid"
Set objShell = CreateObject("WScript.Shell")
tes=objShell.RegRead(strPath)
Response.Write "<b>您的用户ip是:</b> " & tes
%>
我是这样写的
用脚本是怎么写的 javascript或者vbscript