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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to