• appName - holds the name of the browser
• appVersion - holds, among other things, the version of the browser
Insert the Following code inside the body tag.
var browser=navigator.appName; var b_version=navigator.appVersion; var version=parseFloat(b_version); document.write("Browser name: "+ browser); |
No comments:
Post a Comment