87,991
社区成员
发帖
与我相关
我的任务
分享<script language=javascript>
function shai() //筛选
{
var SS=document.getElementById("select").value;
var S_local=document.getElementById("select_local").value;
var S=document.getElementById("S").value;
//document.getElementById("ok").value="/e/action/ListInfo.php?classid=4&ph=1&"+SS+"="+encodeURI(S)+"&local="+encodeURI(S_local);
window.location="/e/action/ListInfo.php?classid=4&ph=1&"+SS+"="+encodeURI(S)+"&local="+encodeURI(S_local);
}
</script>
<select id="select_local" style="position:relative;left:-2px;top:2px;height:24px;font-weight:bold;">
<option value="">地区</option>
<option value="国内">国内</option>
<option value="境外">境外</option>
</select>
<select id="select" style="position:relative;left:-2px;top:2px;height:24px;font-weight:bold;">
<option value="ids">序号</option>
<option value="status">状态</option>
</select>
<input type="text" id="S" style="font-weight:bold;width:100px;height:20px;border: 1px solid #999999;"/>
<a href="#" onClick="shai()"/><b>提交</b></a>
<a href="/e/action/ListInfo.php?classid=4"/><b>全部</b></a>