没有指定显示时间的HTML标签
在mainl.asp中加入
<div id='LeftTimeDiv'></div>

解决方案 »

  1.   

    我在最上面写了呀
    document.write("<div style='visibility:hidden;position:absolute;top:50px;z-index:3;background:url(/image/time.gif)'"
                +"id='LeftTimeDiv' name='LeftTimeDiv' width='110px' height='110px'></div>");
      

  2.   

    改成这样试试..
    document.write("<div id='id=LeftTimeDiv' style='visibility:hidden;position:absolute;top:50px;z-index:3;background:url(/image/time.gif)'" name='LeftTimeDiv' width='110px' height='110px'></div>");