webMathematica >

Mathematica Web Functions

webMathematica contains a large number of Mathematica commands that can be used inside the webMathematica tags that provide useful functionality for creating web material with Mathematica. These are useful in various ways such as processing request parameters that are the input from a web user, formatting results, and using web features such as uploading files and HTTP sessions.
Typically, these commands are used inside of an evaluate tag; more information on these tags is found in the webMathematica tags section. An example, which calculates an integral and uses the function MSPFormat to format the result into TraditionalForm, is shown below.
<msp:evaluate>
MSPFormat[ Integrate[ expr, {var, 0, Infinity}], TraditionalForm]
<msp:evaluate>

Processing Input

Formatting

Web Interaction