Web2py comes with jquery bundled in.

You can find some simple examples at 
http://www.web2py.com/book/default/chapter/10,

That should get you started.

The jquery website has a reasonably good getting started tutorial.
Also pretty decent api and event documentation.  I think the .change
event would be most useful for you.  Also the .val function.

On Aug 26, 3:55 am, annet <[email protected]> wrote:
> I have a table with standard mail messages, in a form I would like to
> have a drop box displaying the subjects of the mail message and when
> the user selects a subject I would like to populate a text area with
> the standard text. I guess this an AJAX thing, since I know very
> little about AJAX I hope someone could provide me with an example of
> how to implement this.
>
> Kind regards,
>
> Annet.

Reply via email to