[thelist] xmtml and internal javascript

Kristof Neirynck k.neirynck at belgacom.net
Sun Aug 25 14:15:01 CDT 2002


Which way is best?
Both validate and both work.

<script type="text/javascript">
<!-- <![CDATA[
	function theFunction(){}
//]]> -->
</script>


<script type="text/javascript">
<!--//--><![CDATA[//><!--
	function theFunction(){}
//--><!]]>
</script>

Kristof




More information about the thelist mailing list