On 09 Dec 2013 at 21:07, Larry Martell <larry.martell@xxxxxxxxx> wrote: > What they want is a frame to the right of the table with a listbox > with all the choices (I have that coded.) When they select item(s) > from the listbox row(s) would get added to the table and when they > deselect items rows would be removed. They don't want to wait for the > next refresh nor have to click on a submit button. You have to detect their actions on the javascript side, make an ajax request to the server, and have a PHP script respond with some data which you use to update the table. -- Cheers -- Tim
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php