search for: razon_soci

Displaying 2 results from an estimated 2 matches for "razon_soci".

Did you mean: razon_social
2008 Feb 13
2
javascript pop window from form how to update field back to main form
Hi I have question where I run web form. Now on this form I have one field with link select user. This link will pop up new window with javascript and on this window I have form with items which end user can select. Once selection is done end user press button Select User. Now I need to close that javascipt window and send back value of that selection back to form and to the field which has
2006 Jul 11
9
problems with observe_field
...his is the view: <%= form_tag %> <div id="content"> <p>Customer: <select name="cliente_id" id="cliente_id"> <option value="">Select a customer</option> <%= options_for_select Cliente.find_all.collect {|c| [c.razon_social, c.id]} %> </select> </p> <%= observe_field :cliente_id, :frequency => 0, :url => {:controller => ''visitas'', :action => ''contactos_cliente''}, :update => '...