MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: webMathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31476] Re: webMathematica
  • From: Ulrich Hofstoetter <ulrich.hofstoetter at visualanalysis.com>
  • Date: Thu, 8 Nov 2001 04:54:09 -0500 (EST)
  • Organization: Visual Analysis
  • References: <9qjjnd$j8a$1@smc.vnet.net> <9qrcm7$bvn$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Brian Higgins wrote:
> 
> I am not sure if you mean MSP  as a apposed to a JSP page.
> webMathematica returns a MSP page though one can integrate  a MSP
> within a JSP.
> 
> Here is a msp page that does the require task
> 
> <html >
> <head>
> 
>         <title>Plot Test</title>
> 
> </head>
> <body> <h2>Plot size</h2>
> 
> <%Mathlet  MSPShow[Plot[Sin[x],{x,0,5}, ImageSize->300]]%>
> 
> <p></p>
> 
> <%Mathlet  MSPShow[Plot[Sin[x],{x,0,5}, ImageSize->100]]%>
> 
> </body>
> </html>
> 

I fail to find the JSP part in this page. 

Yours Ulrich
-- 
Dipl.-Inf. Ulrich Hofstötter
Visual Analysis AG
Neumarkter Str. 87
D - 81673 München

Tel: (+49)89-431981-38
Fax: (+49)89-431981-1
e-mail: ulrich.hofstoetter at visualanalysis.com
www:	http://www.visualanalysis.com


  • Prev by Date: Re: FindRoot
  • Next by Date: Re: FindRoot
  • Previous by thread: Notebook question
  • Next by thread: Re: webMathematica