梅花雨无法在 .net 2.0 下用行的问题
大家做这样的修改:在原控件文件的第一行
document.write("<div id='meizzCalendarLayer' style='POSITION: absolute; z-index: 9999; width: 144; height: 210; display: none'>");
做如下修改:
document.write("<div id='meizzCalendarLayer' style='POSITION: absolute; z-index: 9999; width: 144px; height: 210px; display: none'>");
此时控件便可以在.net 2.0 下完美运行了