Translate

Monday, May 5, 2014

16. Browser Detection

In this lesson we will learn how to capture the Browser and generation . But we can do that in any case Browser allows JavaScript code and new Browser .
To our website can capture the information of your Browser such we are using Navigator Object. Navigator Object contains information about the name , and other versions of your Browser . Below are the properties of the Navigator Object
appName: Capture Browser
appVersion: Capture SKILLS Browser
១៦. Browser Detection
Result

1
2
3
4
5
6
7
// Open with Mozila
Browser name: Netscape
Browser version: 5
 
// Open with Internet Explorer
Browser name: Microsoft Internet Explorer
Browser version: 4

0 comments:

Post a Comment