navigator.appName Get link Facebook X Pinterest Email Other Apps July 23, 2011 <script>function get(){ //alert(navigator.appName); if(navigator.appName == "Microsoft Internet Explorer") window.document.write(" Hello") if(navigator.appName == "Netscape") window.document.write(" Hello")}