Question:Using JavaScript, how can you determine whether the browser is Netscape or some other?
A if(appName=="Netscape"){}
B if(document.appName=="Netscape"){}
C if(navigator=="Netscape"){}
D if(browser=="Netscape"){}
E None of the above
+ AnswerE
+ Report