RE: Where are the best AJAX examples?

Duane,

How about using remote_function? The example seems to fit your
problem…

<select id=“options” onchange="<%= remote_function(:update =>
“options”,
:url => { :action => :update_options }) %>">
Hello
World

Marcus