<div class="gmail_quote">On Mon, Nov 30, 2009 at 1:15 PM, Rami Chowdhury <span dir="ltr"><<a href="mailto:rami.chowdhury@gmail.com">rami.chowdhury@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Nov 30, 2009 at 04:26, Victor Subervi <<a href="mailto:victorsubervi@gmail.com">victorsubervi@gmail.com</a>> wrote:<br>
> Hi;<br>
> I need a recommendation. I want to print out data like this:<br>
><br>
> <td bgcolor='blue'><a href='???'>blue</a></td><br>
> <td bgcolor='red'><a href='???'>red</a></td><br>
><br>
> and enable the user to select the various colors he wants to add to a list<br>
> that would populate itself on the same page where the selections are, and<br>
> then, once he's selected all the colors he wants, click to add them all at<br>
> once to a table in a database, and move on to the next page. I believe this<br>
> is achieved through JSON and AJAX; however, I haven't been able to google<br>
> any demonstrations of this sort. Am I correct, or should I use some other<br>
> sort of technology?<br>
> TIA,<br>
> Victor<br>
<br>
</div></div>There are a huge number of different ways to do this, including all on<br>
the server-side, all on the client side, and a mixture of both as you<br>
suggested. What kind of behavior are you actually looking for?<br>
</blockquote></div><br>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.<br>TIA,<br>V<br>