help with my code

hai,

nw i m working using jsMath.It is said that by using the plugin tex2math there is no need to use <SPAN>or <DIV> block in the html page.This plugin would automatically look in for a $ or \(..\) or \[..]\ and convert it to <DIV> or <SPAN>.But this is not working...

this simple code too is not working....

<html>

<BODY>

<SCRIPT SRC="path-to-jsMath/jsMath.js"></SCRIPT>

<SCRIPT>jsMath.Setup.Script("plugins/tex2math.js"); </SCRIPT>

<SCRIPT>

window.onload = function () {

jsMath.ConvertLaTeX(document);

jsMath.Process(document);

}

</SCRIPT>

$x_{0}$

$$x_{0}$$

</BODY>

</html>

can anybody help me with this...

very urgent...

kind regards..

thank you

[860 byte] By [doubtsa] at [2007-10-2 13:37:59]
# 1
JavaScript is not the same as Java. Java is not the same as JavaScript.
doubtsa at 2007-7-13 11:28:28 > top of Java-index,Java Essentials,New To Java...