On Mon, Nov 30, 2009 at 1:15 PM, Rami Chowdhury <rami.chowdh...@gmail.com>wrote:
> On Mon, Nov 30, 2009 at 04:26, Victor Subervi <victorsube...@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
-- http://mail.python.org/mailman/listinfo/python-list