//确保日历容器节点在 body 最后,否则 FireFox 中不能出现在最上方 function InitContainerPanel() //初始化容器 { var str = ''; /*if(document.all) { str += ''; }*/ var div = document.createElement("div"); div.innerHTML = str; div.id = "ContainerPanel"; div.style.display ="none"; document.body.appendChild(div); }//调用calendar.show(dateControl, popControl); //--> // /*





*/