Hi Christian,

Following on Eviatar's suggestion, Have you seen the recent thread on
Jason Grout's single-cell server?  Would it do what you want?

You could implement your boxes and button in an interact and then it
should behave as you have proposed, I'd think.

http://groups.google.com/group/sage-devel/t/4919d1f6f74d9817

This message might be the most recent one to look at for accurate
guidance on use:
http://groups.google.com/group/sage-devel/msg/70b99cdb9ced4ffa

Rob


On Aug 6, 11:04 am, Christian Stump <christian.st...@gmail.com> wrote:
> Hi,
>
> I would like to be able to set up a web page which provides a
> computation performed in Sage. Someone can type two numbers into boxes
> and click a button, and then these numbers are send to the server (via
> GET), and the server runs a sage command computing the sum of these,
> and returns the answer. (Of course, the actual input, computation, and
> output is actually slightly more compliated...)
>
> I saw that there is a javascript function "async_request" which
> performs this inside the nb, but I don't see how to set up what I want
> easily that way. Did someone do sth like that already, or can I get
> some hints on how to do that?
>
> Thanks, Christian

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to