|
Subject:
|
what does the following code do
|
|
Posted By:
|
rakeshgv
|
Post Date:
|
8/16/2006 12:45:19 AM
|
hi, what does the following code do, the one which is underlined.
navigator.appName.indexOf("Netscape")>=0 && !document.getElementById).
if anyone knows , then please reply
Rakesh.G.V
Rakesh.G.V Inetfarme Technologys, 732, 7th Cross, 11th Main Road, BTM 2nd Stage Bangalore 560 076, India Phone : +91-80-26787788 +91-80-26783615 Mobile: 9886322550
http://www.inetframe.com
|
|
Reply By:
|
Peso
|
Reply Date:
|
8/16/2006 1:27:23 AM
|
It seems that the JavaScript investigates in some form if the current browser is Netscape.
|
|