Re: If I have code that works in Netscape 4.7 and IE

Amaya doesn't implement scripting at this stage.

So you code it like so:

<noscript> <!-- for browsers without scripting or users who turn it off -->
<!-- static / server-based code to do the same thing -->
<!-- (in Amaya you can use some of SVG...) -->
</noscript>

(note that a noscript element can only be in the body of a document).


Cheers

Chaals

On Sun, 25 Aug 2002, Edward Tisdale wrote:

>
>
>
>
>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
>

-- 
Charles McCathieNevile  http://www.w3.org/People/Charles  tel: +61 409 134 136
SWAD-E http://www.w3.org/2001/sw/Europe ------------ WAI http://www.w3.org/WAI
 21 Mitchell street, FOOTSCRAY Vic 3011, Australia  fax(fr): +33 4 92 38 78 22
 W3C, 2004 Route des Lucioles, 06902 Sophia Antipolis Cedex, France

Received on Monday, 26 August 2002 04:26:05 UTC