InterviewSolution
Saved Bookmarks
| 1. |
Which of the following navigator object properties is the same in bothNetscape and IE?(a) navigator.appCodeName(b) navigator.appName(c) navigator.appVersion(d) appcode.navigator()The question was posed to me in semester exam.My query is from Script Loading in section Invocation and Performance Navigation of JavaScript |
|
Answer» RIGHT CHOICE is (a) navigator.appCodeName The explanation is: The property navigator.appCodeName is the same in both NETSCAPE and IE. The appCodeName property returns the CODE name of the browser. |
|