<td class="TEXT4">飯店名
<logic:present name="CMB_SEARCH_LIST_SESSION">
<bean:define id="resultList" name="CMB_SEARCH_LIST_SESSION" />

<html:select property="hanId" style="width:130px;" onchange="ryoriSelect()">
<html:options collection="resultList" labelProperty="hanTen" property="hanId"></html:options>
</html:select>
</logic:present>
</td>
我已经在属性中定义了onchange属性ryoriSelect()函数,但是不知道javascript中具体如何实现。请教高手指点