Which of the following navigator object properties is the same in both Netscape and IE?
A
navigator.appCodeName
B
navigator.appName
C
navigator.appVersion
D
appcode.navigator()
Correct Answer: navigator.appCodeName
The property navigator.appCodeName is the same in both Netscape and IE. The appCodeName property returns the code name of the browser.