var _url = window.location.href; if (_url.indexOf('keyword=') > 0 && navigator.userAgent.indexOf("MSIE") > 0) { $('.tSearch').val(_url.substring(_url.indexOf('keyword=') + 8, _url.length)); }