No no.. ;)

http://www.w3.org/TR/xhtml1/#h-4.8 : scripts must be escaped by a CDATA section...
but as Cedric wrote : an AND is "&&" in javascript...

--
Olivier


On 18/08/2003 16:14, frederic bertin wrote:



Javascript in xhtml page should be handle in a particular way ?

yes, this way:


<script language="javascript">
*<!--*
function controle() {
...

if (subgif != 'gif' & subgif != 'GIF')
...
}
//-->
 </script>

Fred


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to