js script does the browser detection on its first line: var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false; if(IE6) ...
確定! 回上一頁