document.doctype为只读属性。你可以试试适当的修改源码,以适应DTD

解决方案 »

  1.   

    代码改改就行了,
    http://blog.csdn.net/net_lover/archive/2006/08/25/1116488.aspx
      

  2.   

    感觉是这2行代码有问题了:
    document.write("<div id=meizzCalendarLayer style='position: relative; z-index: 9999; width: 144; height: 193; display: none'>");
    document.write("<iframe name=meizzCalendarIframe scrolling=no frameborder=0 width=100% height=100%></iframe></div>");
    尤其是position: relative这个。大家看看应该怎么改?