I've built a sample ajax web app using web.py and jQuery.  It's not very
fancy, but should get you started with the general principles.  Hope it
helps!

Check it out at: https://github.com/shannoncruey/webpy-jquery-sampleapp

NSC


On Wed, May 1, 2013 at 12:36 PM, Tae Sandoval Murgan <taeci...@gmail.com>wrote:

> You can't do that directly, because the browser only interprets
> JavaScript as client-side programming language, but you can send an
> HTTP request to your web.py app using AJAX:
>
> https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest?redirectlocale=en-US&redirectslug=XMLHttpRequest
>
> --
> You received this message because you are subscribed to the Google Groups
> "web.py" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to webpy+unsubscr...@googlegroups.com.
> To post to this group, send email to webpy@googlegroups.com.
> Visit this group at http://groups.google.com/group/webpy?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to