天涯社区用到的日历函数[1]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 applebbs 的 blog

代码如下:

[ctrl+a 全选 提示:你可先修改部分代码,再点运行代码]

其中用到一个date.js文件代码如下:

  1<!-- hide
  2isie = (document.all ? true : false);    
  3    
  4function getieposx(elt) { return getiepos(elt,"left"); }    
  5function getieposy(elt) { return getiepos(elt,"top"); }    
  6function getiepos(elt,which) {    
  7 ipos = 0    
  8 while (elt!=null) {    
  9  ipos += elt["
本文关键:天涯社区用到的日历函数
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top