Displaying 1 result from an estimated 1 matches for "deal_rec_point".
2006 Apr 09
12
Help With Dependent Drop-Down and @Params
...bel for="deal_utility">Utility</label><br/>
<%= select ''deal'', ''utility'', %w{ PG&E SoCal SDG&E Southwest},
:include_blank => true %></p>
<span id="rec_point_list">
<label for="deal_rec_point">Receipt Point</label><br/>
<select id="deal[rec_point]" name="deal[rec_point]"></select>
</span>
<%= observe_field("deal[utility]",
:frequency => 0.25,
:update => "rec_point_list",
:url => {:...