首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

My97DatePicker与IE8的有关问题

2012-11-04 
My97DatePicker与IE8的问题My97DatePicker http://www.mysuc.com/test/My97DatePicker官方BLOG:http://blo

My97DatePicker与IE8的问题
My97DatePicker http://www.mysuc.com/test/My97DatePicker
官方BLOG:http://blog.csdn.net/My97/archive/2010/09/09/5872668.aspx
其它资料:http://crazymud.iteye.com/blog/421469
My97DatePicker在IE8下调用控件方法是总是跳到上一页面,在IE6,IE7下显示正常.
网上解决方法:来自于CSDN
修改My97DatePicker\calendar.js文件,
在function My97DatePicker()方法中

JScript code

if(navigator.product!='Gecko'){if(location.href.substring(location.href.length-3).toLowerCase()=='#97'){location.replace(location.href.substring(0,location.href.length-3));return;}else{location.replace(location.href+"#97");}history.go(-1);}

history.go(-1);
把这句代码注释了就没有问题了,已经测试过了.
以上问题在3.0的问题,以下这二个版本没有测试过
附件为最近的二个版本:4.7,4.5

热点排行