Hey can any one tell how to get the Version and name of the browser in which a HTMl file is getting loaded
Thanks
Neti
Printable View
Hey can any one tell how to get the Version and name of the browser in which a HTMl file is getting loaded
Thanks
Neti
Code:<script language="Javascript">
<!--
document.write("You're using: <b>"+navigator.appName+" "+navigator.appVersion+"</b>");
//-->
</script>