Displaying 1 result from an estimated 1 matches for "po_customer_address".
2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...tomer=''+$F(''customer_company_name'')")
+ "}" ) %>
It finds the correct customer in the database, and then in the action I am
rendering a template that consists of several javascript element updates
similar to the following:
document.getElementById("po_customer_address").value = ''<%=
@found_customer.address %>'';
However, although this template is getting called (per the log files), the
information that is found in the database in not getting updated via the
template parsing.
The frustrating part is this worked when I had the company...