} btnCell.onmouseout=function(){ btnCell.style.cssText="width:100%;border:1 outset;background-color:buttonface;"; } // btnCell.onmousedown=function(){ // btnCell.style.cssText="width:100%;border:1 inset;background-color:#F0F0F0;"; // } btnCell.onmouseup=function(){ btnCell.style.cssText="width:100%;border:1 outset;background-color:#F0F0F0;"; } btnCell.onclick=function(){ btnCell.blur(); } return btnCell; } this.setDefaultDate=function(){ var dftDate=new Date(); calendar.today[0]=dftDate.getYear(); calendar.today[1]=dftDate.getMonth()+1; calendar.today[2]=dftDate.getDate(); } /****************** Show Calendar *********************/ var firstDay;
|
鏀惰棌鎴愬姛鏌ョ湅鏀惰棌>>
正在阅读:源码学习:一个简单的日历控件源码学习:一个简单的日历控件
2004-03-23 14:45
出处:CSDN
责任编辑:linjixiong
键盘也能翻页,试试“← →”键