Re: TABINDEX - HTML Applications

> I'm not certain why the language of the script matters.  The DOM is language
> independent, and is actually very mature, having released in a Level 1
> specification already.
> 
> It's not the language that matters, but the ability to convey information
> and present user interface.

If you don't know the language, how do you parse the script ?

<SCRIPT type="text/ddscript">
  factorielle(X) [  (0)=1 &&  (X)=(X-1)*X; ]
</SCRIPT>

Received on Wednesday, 13 January 1999 07:01:16 UTC