If I have code that works in Netscape 4.7 and IE

but not on Amaya How do I code my if (Amaya)?
example:if (navigator.appName.indexOf("Netscape")!=
-1)

if (navigator.appName.indexOf("Amaya")!= -1)?

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

Received on Monday, 26 August 2002 04:10:28 UTC