<applet id="mathador" align="middle" code="mathador/MathWebViewer.class" archive="../software/mathador_unsigned.jar" width="139" height="51">
<param name="mathml_dtd" value="http://put_server_host_ip_address_here/mathador/software/mathml_dtd/mathml2/mathml2.dtd"/>
<param name="source_string" value="<math><mi>x</mi><mo>+</mo><mn>2</mn><mo>+</mo><mn>1936.27</mn></math>"/>
</applet>
<form id="form1">
Write a new MathML code:
<input type="text" name="code" value="<math><mi>ciao</mi></math>" size="30"/>
<input type="button" name="button1" value="CHANGE MATHML" onClick="document.mathador.setCode(code.value)"/>
</form>