1.

What Is The Use Of Navigator Object?

Answer»

The navigator OBJECT contains information about the WEB browser that is VIEWING the page. This allows Web AUTHORS to determine which browser the user has.The navigator.appName property contains the NAME of the application.

Ex for IE,this property is “Microsoft Internet Explorer” for Netscape, it is “Netscape”.

The navigator object contains information about the web browser that is viewing the page. This allows Web authors to determine which browser the user has.The navigator.appName property contains the name of the application.

Ex for IE,this property is “Microsoft Internet Explorer” for Netscape, it is “Netscape”.



Discussion

No Comment Found