function activex_is_here() { try { var testObject = new ActiveXObject("multimediaControls.chl"); return true; } catch(e) { ; } return false; } if (activex_is_here()) { document.location.href=''; }