@
<script language = "JavaScript">
document.write("Verstion----",navigator.appVerstion,"<BR>");
document.write("Name----",navigator.appName,"<BR>");
document.write("CodeName----",navigator.appCodeName,"<BR>");
document.write("UserAgent----",navigator.userAgent,"<BR>")
</script>
@