Displaying 1 result from an estimated 1 matches for "country_area_id".
2006 Jun 15
0
return from controller not evaluating script
...try_area_info'',
''/controller/admin/change_country_area/''+country_area.selectedIndex,
{asynchronous:true, evalScripts:true});" }
%>
--------
Here is the HTTP response I get back using FireBug:
$("country_area").replace(
"<select id=\"country_area_id\" name=\"country_area_select\"
onChange=\"new Ajax.Updater(''country_area_info'', \n
\t''/controller/admin/change_country_area/''+country_area.selectedIndex,\n
\t{asynchronous:true, evalScripts:true});\"><option
value=\"2\"&...