回复 2# 的帖子
不写调用时,只有这一段就有这种显示
<select name="condition" style="width:150;border:1px solid;" onChange="Inner(options[selectedIndex].value)">
<option value="spe_comid" <%If(InStr(getcondition,"spe_comid") > 0)Then%>selected<%End If%>>企业名称</option>
<option value="spe_ishot" <%If(InStr(getcondition,"spe_ishot") > 0)Then%>selected<%End If%>>推荐情况</option>
<option value="spe_istop" <%If(InStr(getcondition,"spe_istop") > 0)Then%>selected<%End If%>>置顶情况</option>
<option value="spe_isorder" <%If(InStr(getcondition,"spe_isorder") > 0)Then%>selected<%End If%>>排名情况</option>
</select>