/**//* * check Explorer */function checkBrowser()...{ ie=((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >=4));if(!ie)...{alert("it's Microsoft internet Explorer");} } <body onLoad="checkBrowser()"></body>