webMathematica:MSPValues and TEXTAREA
- To: mathgroup at smc.vnet.net
- Subject: [mg43664] webMathematica:MSPValues and TEXTAREA
- From: guillerm at aida.usal.es (Guillermo Sanchez)
- Date: Sun, 28 Sep 2003 06:00:44 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I am developping a webMathematica application. I would like to give to
the user the option of write a few lines in a box. An equation is
written in the box by default (as an example).
I have test with this form but it doesn´t work. What is wrong?
==========
Enter the equation: <br>
<textarea name="x1" cols="50" rows="10" value=
"<msp:evaluate>MSPValue[ $$x1, "{x1 - x2 + x3 }"]
</msp:evaluate> "
</textarea>
>
===========
Thanks
Guillermo