国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

修改js Calendar日歷控件 兼容IE9/谷歌/火狐

2024-05-06 14:20:09
字體:
來源:轉載
供稿:網友
修改Calendar日歷控件 兼容IE9,谷歌,火狐。
只是能用,出現的位置有所不同,希望有高手再幫我改改吧,謝謝
一、
代碼如下:
this.iframe = window.frames("meizzCalendarIframe");

修改為
代碼如下:
this.iframe = window.frames["meizzCalendarIframe"];

二、
代碼如下:
var a = (arguments.length==0) ? WebCalendar.day[this.id.substr(8)].split("/") : arguments[0].split("/");

修改為
代碼如下:
var a = WebCalendar.day[this.id.substr(8)].split("/");


三、
代碼如下:
function dayMouseOver()
{
this.className = "over";
this.style.backgroundColor = WebCalendar.darkColor;
if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)
this.style.color = WebCalendar.lightColor;
}
function dayMouseOut()
{
this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");
this.style.removeattribute("backgroundColor");
if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)
{
if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))
this.style.color = WebCalendar.lightColor;
this.style.color = WebCalendar.wordColor;
}
}

修改為
代碼如下:
var bgbgbg;
function dayMouseOver()
{
this.className = "over";
bgbgbg=this.style.backgroundColor;
this.style.backgroundColor = WebCalendar.darkColor;
if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)
this.style.color = WebCalendar.lightColor;
}
function dayMouseOut()
{
this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");
this.style.backgroundColor = bgbgbg;
if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)
{
if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))
this.style.color = WebCalendar.lightColor;
this.style.color = WebCalendar.wordColor;
}
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 犍为县| 麟游县| 沙雅县| 勐海县| 泸水县| 黔江区| 明溪县| 庆元县| 鄄城县| 犍为县| 吉安县| 巨野县| 报价| 清苑县| 临澧县| 毕节市| 涪陵区| 那曲县| 会宁县| 阿克苏市| 临安市| 竹北市| 河间市| 陆河县| 磐石市| 鱼台县| 磴口县| 永修县| 于都县| 天峨县| 石河子市| 商南县| 图片| 呼伦贝尔市| 富宁县| 金沙县| 柞水县| 姚安县| 武清区| 军事| 克什克腾旗|