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 

+ Answer
+ Report
Total Preview: 987

Copyright © 2024. Powered by Intellect Software Ltd