如果ie6跳转

try {
(function(e) {
if (/msie 6/i.test(navigator.userAgent)) {
window.location = "jump.html";
return;
}})()}
catch(e)
{
}

 

posted @ 2014-10-26 12:59  ぶ会编程  阅读(155)  评论(0编辑  收藏  举报