<%= javascript_include_tag 'prototype' %>
<% form_tag '/sell/index', :method => :get do %>
<%= select_tag "id", options_for_select({'1' => 1, '2' => 2, '3' => 3}), { :index => nil, :onchange => 'this.form.submit()',:with => "'id='+value"} %>
<% end %>
<% form_tag '/sell/index', :method => :get do %>
<%= select_tag "id", options_for_select({'1' => 1, '2' => 2, '3' => 3}), { :index => nil, :onchange => 'this.form.submit()',:with => "'id='+value"} %>
<% end %>