location.href = "/index/goods_list/keyword/" + keyword; ev.preventDefault(); ev.stopPropagation(); }); }); function openLink(url) { window.location.href = url; } var DEFAULT_VERSION = 9; var ua = navigator.userAgent.toLowerCase(); var isIE = ua.indexOf("msie") > -1; var safariVersion; if (isIE) { safariVersion = ua.match(/msie ([\d.]+)/)[1]; } if (safariVersion < DEFAULT_VERSION) { document.getElementById("wrap").style.display = "none"; window.location.href = "/index_ie8.html"; }