function closeWin() { var isIE6 = (window.navigator.userAgent.indexOf("MSIE 6") != -1); if(isIE6) { window.opener=null; } else { window.open('','_self',''); } window.close(); }
function closeWin() { var isIE6 = (window.navigator.userAgent.indexOf("MSIE 6") != -1); if(isIE6) { window.opener=null; } else { window.open('','_self',''); } window.close(); }