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);}