php 前端下拉框 改动触发事件
<tr>
<td colspan=”4″>选择店铺:
<select name=”distributor_id” onchange=”javascript:location.href=’distributor_assign_shipping_manage.php?distributor_id=’ + this.options[this.selectedIndex].value”>
{html_options options=$distributors selected=$current_distributor_id}
</select>
</td>
</tr>