[#409331] Capture HTML table data, pass to Ruby, pass back and display result in HTML text field — Hubert Wagner <lists@...>

Hello :

11 messages 2013/08/04

[#409336] Rakefile Error - Please Help — "Jennifer T." <lists@...>

Hi,

13 messages 2013/08/04
[#409341] Re: Rakefile Error - Please Help — Hassan Schroeder <hassan.schroeder@...> 2013/08/04

On Sun, Aug 4, 2013 at 7:41 AM, Jennifer T. <lists@ruby-forum.com> wrote:

Re: Capture HTML table data, pass to Ruby, pass back and display result in HTML text field

From: Hubert Wagner <lists@...>
Date: 2013-08-04 16:18:35 UTC
List: ruby-talk #409339
Hello Jesus :

-Well, the Ruby web app executes in the server, while the user
-interaction with the HTML happens in the browser.

-You need some way to communicate between the browser and the server,
-if you want the server side to do the calculations based on the user
-interaction with the table.

Communication with the server is unnecessary. The table on the page 
allows a user to calculate a total cost based on his selections. This is 
for his information only. He doesn't order anything at this point.

So, I need to allow the user to check and uncheck checkboxes and add 
quantities to the column D cells and then see the result.

Regards : Hubert

-- 
Posted via http://www.ruby-forum.com/.

In This Thread