setday.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <!--
  2. document.writeln('<div id=meizzDateLayer style="position: absolute; width: 142; height: 166; z-index: 9998; display: none">');
  3. document.writeln('<span id=tmpSelectYearLayer style="z-index: 9999;position: absolute;top: 2; left: 18;display: none"></span>');
  4. document.writeln('<span id=tmpSelectMonthLayer style="z-index: 9999;position: absolute;top: 2; left: 75;display: none"></span>');
  5. document.writeln('<table border=0 cellspacing=1 cellpadding=0 width=142 height=160 bgcolor=#000000 onselectstart="return false">');
  6. document.writeln(' <tr><td width=142 height=23 bgcolor=#FFFFFF><table border=0 cellspacing=1 cellpadding=0 width=140 height=23>');
  7. document.writeln(' <tr align=center><td width=20 align=center bgcolor=#808080 style="font-size:12px;cursor: hand;color: #FFD700" ');
  8. document.writeln(' onclick="meizzPrevM()" title="前一月" Author=meizz><b Author=meizz>&lt;</b>');
  9. document.writeln(' </td><td width=100 align=center style="font-size:12px;cursor:default" Author=meizz>');
  10. document.writeln(' <span Author=meizz id=meizzYearHead onmouseover="style.backgroundColor=\'yellow\'" onmouseout="style.backgroundColor=\'white\'" title="点击这里选择年份" onclick="tmpSelectYearInnerHTML(this.innerText)" style="cursor: hand;"></span>&nbsp;年&nbsp;<span');
  11. document.writeln(' id=meizzMonthHead Author=meizz onmouseover="style.backgroundColor=\'yellow\'" onmouseout="style.backgroundColor=\'white\'" title="点击这里选择月份" onclick="tmpSelectMonthInnerHTML(this.innerText)" style="cursor: hand;"></span>&nbsp;月</td>');
  12. document.writeln(' <td width=20 bgcolor=#808080 align=center style="font-size:12px;cursor: hand;color: #FFD700" ');
  13. document.writeln(' onclick="meizzNextM()" title="后一月" Author=meizz><b Author=meizz>&gt;</b></td></tr>');
  14. document.writeln(' </table></td></tr>');
  15. document.writeln(' <tr><td width=142 height=18 bgcolor=#808080>');
  16. document.writeln('<table border=0 cellspacing=0 cellpadding=0 width=140 height=1 style="cursor:default">');
  17. document.writeln('<tr align=center><td style="font-size:12px;color:#FFFFFF" Author=meizz>日</td>');
  18. document.writeln('<td style="font-size:12px;color:#FFFFFF" Author=meizz class="td1">一</td><td style="font-size:12px;color:#FFFFFF" Author=meizz>二</td>');
  19. document.writeln('<td style="font-size:12px;color:#FFFFFF" Author=meizz>三</td><td style="font-size:12px;color:#FFFFFF" Author=meizz>四</td>');
  20. document.writeln('<td style="font-size:12px;color:#FFFFFF" Author=meizz>五</td><td style="font-size:12px;color:#FFFFFF" Author=meizz>六</td></tr>');
  21. document.writeln('</table></td></tr>');
  22. document.writeln(' <tr><td width=142 height=120>');
  23. document.writeln(' <table border=0 cellspacing=1 cellpadding=0 width=140 height=120 bgcolor=#FFFFFF>');
  24. var n=0; for (j=0;j<5;j++){ document.writeln (' <tr align=center>'); for (i=0;i<7;i++){
  25. document.writeln('<td width=20 height=20 id=meizzDay'+n+' style="font-size:12px" Author=meizz onclick=meizzDayClick(this.innerText)></td>');n++;}
  26. document.writeln('</tr>');}
  27. document.writeln(' <tr align=center><td width=20 height=20 style="font-size:12px" id=meizzDay35 Author=meizz ');
  28. document.writeln(' onclick=meizzDayClick(this.innerText)></td>');
  29. document.writeln(' <td width=20 height=20 style="font-size:12px" id=meizzDay36 Author=meizz onclick=meizzDayClick(this.innerText)></td>');
  30. document.writeln(' <td colspan=5 align=right Author=meizz><span onclick=closeLayer() style="font-size:12px;cursor: hand"');
  31. document.writeln(' Author=meizz title="返回(不选择日期)"><u>关闭</u></span>&nbsp;</td></tr>');
  32. document.writeln(' </table></td></tr><tr><td>');
  33. document.writeln(' <table border=0 cellspacing=1 cellpadding=0 width=100% bgcolor=#FFFFFF>');
  34. document.writeln(' <tr><td Author=meizz align=left><input Author=meizz type=button value="<<" title="前一年" onclick="meizzPrevY()" ');
  35. document.writeln(' onfocus="this.blur()" style=" cursor: hand;BACKGROUND-COLOR: #808080;BORDER-BOTTOM: #808080 1px outset; BORDER-LEFT: #808080 1px outset; BORDER-RIGHT: #808080 1px outset; BORDER-TOP: #808080 1px outset; FONT-SIZE: 12px; height: 20px;color: #FFD700; font-weight: bold"><input Author=meizz title="前一月" type=button ');
  36. document.writeln(' value="<" onclick="meizzPrevM()" onfocus="this.blur()" style="cursor: hand;BACKGROUND-COLOR: #808080;BORDER-BOTTOM: #808080 1px outset; BORDER-LEFT: #808080 1px outset; BORDER-RIGHT: #808080 1px outset; BORDER-TOP: #808080 1px outset;font-size: 12px; height: 20px;color: #FFD700; font-weight: bold"></td><td ');
  37. document.writeln(' Author=meizz align=center><input Author=meizz type=button value="重置" onclick="meizzToday()" ');
  38. document.writeln(' onfocus="this.blur()" title="显示当前时间" style="cursor: hand;BACKGROUND-COLOR: #808080;BORDER-BOTTOM: #808080 1px outset; BORDER-LEFT: #808080 1px outset; BORDER-RIGHT: #808080 1px outset; BORDER-TOP: #808080 1px outset;font-size: 12px; height: 20px;color: #FFFFFF; font-weight: bold"></td><td ');
  39. document.writeln(' Author=meizz align=right><input Author=meizz type=button value=">" onclick="meizzNextM()" ');
  40. document.writeln(' onfocus="this.blur()" title="后一月" style="cursor: hand;BACKGROUND-COLOR: #808080;BORDER-BOTTOM: #808080 1px outset; BORDER-LEFT: #808080 1px outset; BORDER-RIGHT: #808080 1px outset; BORDER-TOP: #808080 1px outset;font-size: 12px; height: 20px;color: #FFD700; font-weight: bold"><input ');
  41. document.writeln(' Author=meizz type=button value=" >>" title="后一年" onclick="meizzNextY()"');
  42. document.writeln(' onfocus="this.blur()" style="cursor: hand;BACKGROUND-COLOR: #808080;BORDER-BOTTOM: #808080 1px outset; BORDER-LEFT: #808080 1px outset; BORDER-RIGHT: #808080 1px outset; BORDER-TOP: #808080 1px outset;font-size: 12px; height: 20px;color: #FFD700; font-weight: bold"></td>');
  43. document.writeln('</tr></table></td></tr></table></div>');
  44. var outObject;
  45. function setday(tt,obj) //主调函数
  46. {
  47. if (arguments.length > 2){alert("对不起!传入本控件的参数太多!");return;}
  48. if (arguments.length == 0){alert("对不起!您没有传回本控件任何参数!");return;}
  49. var dads = document.all.meizzDateLayer.style;var th = tt;
  50. var ttop = tt.offsetTop; //TT控件的定位点高
  51. var thei = tt.clientHeight; //TT控件本身的高
  52. var tleft = tt.offsetLeft; //TT控件的定位点宽
  53. var ttyp = tt.type; //TT控件的类型
  54. while (tt = tt.offsetParent){ttop+=tt.offsetTop; tleft+=tt.offsetLeft;}
  55. dads.top = (ttyp=="image")? ttop+thei : ttop+thei+6;
  56. dads.left = tleft;
  57. outObject = (arguments.length == 1) ? th : obj;
  58. dads.display = '';
  59. event.returnValue=false;
  60. }
  61. var MonHead = new Array(12); //定义阳历中每个月的最大天数
  62. MonHead[0] = 31; MonHead[1] = 28; MonHead[2] = 31; MonHead[3] = 30; MonHead[4] = 31; MonHead[5] = 30;
  63. MonHead[6] = 31; MonHead[7] = 31; MonHead[8] = 30; MonHead[9] = 31; MonHead[10] = 30; MonHead[11] = 31;
  64. var meizzTheYear=new Date().getFullYear(); //定义年的变量的初始值
  65. var meizzTheMonth=new Date().getMonth()+1; //定义月的变量的初始值
  66. var meizzWDay=new Array(37); //定义写日期的数组
  67. function document.onclick() //任意点击时关闭该控件
  68. {
  69. with(window.event.srcElement)
  70. { if (tagName != "INPUT" && getAttribute("Author")==null)
  71. document.all.meizzDateLayer.style.display="none";
  72. }
  73. }
  74. function meizzWriteHead(yy,mm) //往 head 中写入当前的年与月
  75. { document.all.meizzYearHead.innerText = yy;
  76. document.all.meizzMonthHead.innerText = mm;
  77. }
  78. function tmpSelectYearInnerHTML(strYear) //年份的下拉框
  79. {
  80. if (strYear.match(/\D/)!=null){alert("年份输入参数不是数字!");return;}
  81. var m = (strYear) ? strYear : new Date().getFullYear();
  82. if (m < 1000 || m > 9999) {alert("年份值不在 1000 到 9999 之间!");return;}
  83. var n = m - 10;
  84. if (n < 1000) n = 1000;
  85. if (n + 26 > 9999) n = 9974;
  86. var s = "<select Author=meizz name=tmpSelectYear style='font-size: 12px' "
  87. s += "onblur='document.all.tmpSelectYearLayer.style.display=\"none\"' "
  88. s += "onchange='document.all.tmpSelectYearLayer.style.display=\"none\";"
  89. s += "meizzTheYear = this.value; meizzSetDay(meizzTheYear,meizzTheMonth)'>\r\n";
  90. var selectInnerHTML = s;
  91. for (var i = n; i < n + 26; i++)
  92. {
  93. if (i == m)
  94. {selectInnerHTML += "<option value='" + i + "' selected>" + i + "年" + "</option>\r\n";}
  95. else {selectInnerHTML += "<option value='" + i + "'>" + i + "年" + "</option>\r\n";}
  96. }
  97. selectInnerHTML += "</select>";
  98. document.all.tmpSelectYearLayer.style.display="";
  99. document.all.tmpSelectYearLayer.innerHTML = selectInnerHTML;
  100. document.all.tmpSelectYear.focus();
  101. }
  102. function tmpSelectMonthInnerHTML(strMonth) //月份的下拉框
  103. {
  104. if (strMonth.match(/\D/)!=null){alert("月份输入参数不是数字!");return;}
  105. var m = (strMonth) ? strMonth : new Date().getMonth() + 1;
  106. var s = "<select Author=meizz name=tmpSelectMonth style='font-size: 12px' "
  107. s += "onblur='document.all.tmpSelectMonthLayer.style.display=\"none\"' "
  108. s += "onchange='document.all.tmpSelectMonthLayer.style.display=\"none\";"
  109. s += "meizzTheMonth = this.value; meizzSetDay(meizzTheYear,meizzTheMonth)'>\r\n";
  110. var selectInnerHTML = s;
  111. for (var i = 1; i < 13; i++)
  112. {
  113. if (i == m)
  114. {selectInnerHTML += "<option value='"+i+"' selected>"+i+"月"+"</option>\r\n";}
  115. else {selectInnerHTML += "<option value='"+i+"'>"+i+"月"+"</option>\r\n";}
  116. }
  117. selectInnerHTML += "</select>";
  118. document.all.tmpSelectMonthLayer.style.display="";
  119. document.all.tmpSelectMonthLayer.innerHTML = selectInnerHTML;
  120. document.all.tmpSelectMonth.focus();
  121. }
  122. function closeLayer() //这个层的关闭
  123. {
  124. document.all.meizzDateLayer.style.display="none";
  125. }
  126. function document.onkeydown()
  127. {
  128. if (window.event.keyCode==27)document.all.meizzDateLayer.style.display="none";
  129. }
  130. function IsPinYear(year) //判断是否闰平年
  131. {
  132. if (0==year%4&&((year%100!=0)||(year%400==0))) return true;else return false;
  133. }
  134. function GetMonthCount(year,month) //闰年二月为29天
  135. {
  136. var c=MonHead[month-1];if((month==2)&&IsPinYear(year)) c++;return c;
  137. }
  138. function GetDOW(day,month,year) //求某天的星期几
  139. {
  140. var dt=new Date(year,month-1,day).getDay()/7; return dt;
  141. }
  142. function meizzPrevY() //往前翻 Year
  143. {
  144. if(meizzTheYear > 999 && meizzTheYear <10000){meizzTheYear--;}
  145. else{alert("年份超出范围(1000-9999)!");}
  146. meizzSetDay(meizzTheYear,meizzTheMonth);
  147. }
  148. function meizzNextY() //往后翻 Year
  149. {
  150. if(meizzTheYear > 999 && meizzTheYear <10000){meizzTheYear++;}
  151. else{alert("年份超出范围(1000-9999)!");}
  152. meizzSetDay(meizzTheYear,meizzTheMonth);
  153. }
  154. function meizzToday() //Today Button
  155. {
  156. meizzTheYear = new Date().getFullYear();
  157. meizzTheMonth = new Date().getMonth()+1;
  158. meizzSetDay(meizzTheYear,meizzTheMonth);
  159. }
  160. function meizzPrevM() //往前翻月份
  161. {
  162. if(meizzTheMonth>1){meizzTheMonth--}else{meizzTheYear--;meizzTheMonth=12;}
  163. meizzSetDay(meizzTheYear,meizzTheMonth);
  164. }
  165. function meizzNextM() //往后翻月份
  166. {
  167. if(meizzTheMonth==12){meizzTheYear++;meizzTheMonth=1}else{meizzTheMonth++}
  168. meizzSetDay(meizzTheYear,meizzTheMonth);
  169. }
  170. function meizzSetDay(yy,mm) //主要的写程序**********
  171. {
  172. meizzWriteHead(yy,mm);
  173. for (var i = 0; i < 37; i++){meizzWDay[i]=""}; //将显示框的内容全部清空
  174. var day1 = 1,firstday = new Date(yy,mm-1,1).getDay(); //某月第一天的星期几
  175. for (var i = firstday; day1 < GetMonthCount(yy,mm)+1; i++){meizzWDay[i]=day1;day1++;}
  176. for (var i = 0; i < 37; i++)
  177. { var da = eval("document.all.meizzDay"+i) //书写新的一个月的日期星期排列
  178. if (meizzWDay[i]!="")
  179. { da.innerHTML = "<b>" + meizzWDay[i] + "</b>";
  180. da.style.backgroundColor = (yy == new Date().getFullYear() &&
  181. mm == new Date().getMonth()+1 && meizzWDay[i] == new Date().getDate()) ? "#FFD700" : "#73a6de";
  182. da.style.cursor="hand"
  183. }
  184. else{da.innerHTML="";da.style.backgroundColor="";da.style.cursor="default"}
  185. }
  186. }
  187. function meizzDayClick(n) //点击显示框选取日期,主输入函数*************
  188. {
  189. var yy = meizzTheYear;
  190. var mm = meizzTheMonth;
  191. if (mm < 10){mm = "0" + mm;}
  192. if (outObject)
  193. {
  194. if (!n) {outObject.value=""; return;}
  195. if ( n < 10){n = "0" + n;}
  196. outObject.value= yy + "-" + mm + "-" + n ; //注:在这里你可以输出改成你想要的格式
  197. closeLayer();
  198. }
  199. else {closeLayer(); alert("您所要输出的控件对象并不存在!");}
  200. }
  201. meizzSetDay(meizzTheYear,meizzTheMonth);
  202. // -->