Completely OT

Victor Subervi victorsubervi at gmail.com
Mon Nov 30 12:27:41 EST 2009


On Mon, Nov 30, 2009 at 1:15 PM, Rami Chowdhury <rami.chowdhury at gmail.com>wrote:

> On Mon, Nov 30, 2009 at 04:26, Victor Subervi <victorsubervi at gmail.com>
> wrote:
> > Hi;
> > I need a recommendation. I want to print out data like this:
> >
> > <td bgcolor='blue'><a href='???'>blue</a></td>
> > <td bgcolor='red'><a href='???'>red</a></td>
> >
> > and enable the user to select the various colors he wants to add to a
> list
> > that would populate itself on the same page where the selections are, and
> > then, once he's selected all the colors he wants, click to add them all
> at
> > once to a table in a database, and move on to the next page. I believe
> this
> > is achieved through JSON and AJAX; however, I haven't been able to google
> > any demonstrations of this sort. Am I correct, or should I use some other
> > sort of technology?
> > TIA,
> > Victor
>
> There are a huge number of different ways to do this, including all on
> the server-side, all on the client side, and a mixture of both as you
> suggested. What kind of behavior are you actually looking for?
>

Definitely client-side. I just want to enable the client to select all the
fields he wants to include, then update to the server once.
TIA,
V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091130/8961e554/attachment.html>


More information about the Python-list mailing list