javascript
Brief description  about Online courses   join in Online courses
View Sandhya  Ramakrishnan 's Profile

navigator.appName

I have used the code alert(navigator.appName)in java script . when i opened the page in chorme as well as Internet Explorer I got the pop up Netscape . Pls tell me what is wrong with the code
Asked by Sandhya Ramakrishnan | Feb 15, 2014 |  Reply now
Replies (1)
View anonymous anonymouse 's Profile
What did you expect ? may be you wanted to know about navigator.userAgent.
(reference >> https://developer.mozilla.org/en-US/docs/Web/API/NavigatorID/appName )

PS its deprecated.
Sep 29, 2015