Auto Postback in Ruby On Rails

in some other language have a concept e.i “auto postback”

So, in Ruby on rails is there any such option e.i “auto postback”
or same as “auto postback”

basically what i want ot do is that i have 2 select box
One for “Industry” and other for “Chemical”

1st we show all the industry in “Industry” select box.
if we select any 1 industry from there, then the corrosponding
chemicals will b shown in the “chemical” select box…

please help me any one…

THankx

On 9 Jul 2008, at 11:04, Soutom wrote:

1st we show all the industry in “Industry” select box.
if we select any 1 industry from there, then the corrosponding
chemicals will b shown in the “chemical” select box…

same as any other language: give the select box an onchange (or use
observe_field/observe_form)

Fred

On 9 Jul 2008, at 11:29, Soutom wrote:

Thankx a lots…

will u please send me the proper syntax (if possiable 1 example) of
observe_field and observe_form

Check out the api docs for them (api.rubyonrails.org)

Fred

Thankx a lots…

will u please send me the proper syntax (if possiable 1 example) of
observe_field and observe_form

thanking You
On Jul 9, 3:18 pm, Frederick C. [email protected]

thankx … thankx a lots…

On Jul 9, 3:30 pm, Frederick C. [email protected]