webmathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg64997] webmathematica
- From: liv elena <llivvia2003 at yahoo.com>
- Date: Sat, 11 Mar 2006 05:15:32 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
hello,
i ask you very much to help me with a problem.
i want to write "if/then/else" instruction
in jsp code like next example:
if (a==1)
then
{
<msp:evaluate>
MSPFormat[ MSPToExpression[ToString[a-b]], TraditionalForm, "JPEG"]
</msp:evaluate><br>
<msp:evaluate>
MSPFormat[ MSPToExpression[ToString[a+b]], TraditionalForm, "JPEG"]
</msp:evaluate>
}
else
{
...................
...................
}
i use jsp files for webmathematica server.
thank you very much
- Follow-Ups:
- Re: webmathematica
- From: Chris Williamson <chrisw@wolfram.com>
- Re: webmathematica