August 1999
Intermediate to advanced
1488 pages
72h 53m
English
navigator.appName
The appName property of the navigator object refers to the browser name.
Listing 7.397 shows an example of how the appName property is used.
<html> <head> <title> Example of the appName property of the navigator object</title> </head> <body> <script language="JavaScript"> <!--Hide // output the appName property document.write(navigator.appName); // End Hide ---> </script> </body> </html> |
Read now
Unlock full access