📄 in_newssearch.asp
字号:
<%
keyword=request("keyword")
area=request("area")
sort=request("sort")
%><SCRIPT language=JavaScript type=text/javascript>
<!--
function ShowHide(RowId){
if (document.all[RowId].style.display == "none"){
document.all[RowId].style.display="";
}else{
document.all[RowId].style.display="none";
}
}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
switchPoint_1.innerText=4
document.all("Dis_1").style.display="none";
document.all("Dis_2").style.display="none";
document.all("Dis_3").style.display="";
parent.Content.cols="12,*"
}else{
switchPoint.innerText=3
document.all("Dis_1").style.display="";
document.all("Dis_2").style.display="";
document.all("Dis_3").style.display="none"
parent.Content.cols="276,*"
}
}
//-->
</SCRIPT><table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table64"><form name="myform" method="post" action="newsresearch.asp">
<tr>
<td width="6">
<img height="6" src="images/didi_001.gif" width="6"></td>
<td background="images/didi_005.gif">
<img height="6" src="images/didi_005.gif" width="6"></td>
<td width="6">
<img height="6" src="images/didi_002.gif" width="6"></td>
</tr>
<tr>
<td background="images/didi_007.gif"> </td>
<td vAlign="top" height="131">
<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table65">
<tr>
<td align="middle" width="25" bgcolor="#BDDBE9">
<img height="5" src="images/didi_017.gif" width="13"></td>
<td bgcolor="#BDDBE9">
新闻搜索</td>
</tr>
</table>
<table class="didibaba_l17" cellSpacing="0" cellPadding="5" width="175" border="0" id="table66">
<tr>
<td><table border="0" width="100%" id="table67" cellspacing="0" cellpadding="0">
<tr>
<td class="ourfont" width="49%" height="10" align="center" colspan="2"></td>
</tr>
<tr>
<td class="ourfont" width="49%" height="26" align="center" colspan="2">
<input type=text name=keyword size=17 maxlength=20 class=wenbenkuang <%if keyword<>"" then response.write"value="&keyword&"" end if %>></td>
</tr>
<tr>
<td class="ourfont" width="49%" height="25" align="center" colspan="2">
<select name="area" class="go-wenbenkuang">
<option value="1" <%if area="1" then%> selected <%end if%> >信息标题 </option>
<option value="2" <%if area="2" then%> selected <%end if%>>信息内容 </option>
</select></td>
</tr>
<tr>
<td class="ourfont" width="49%" height="25" align="center" colspan="2">
<select name="sort" class="go-wenbenkuang">
<option value="0" <%if sort="0" then%> selected <%end if%>>不限类别 </option>
<option value="1" <%if sort="1" then%> selected <%end if%>>二手车新闻</option>
<option value="2" <%if sort="2" then%> selected <%end if%>>行内标准</option>
<option value="3" <%if sort="3" then%> selected <%end if%>>行内政策</option>
<option value="4" <%if sort="4" then%> selected <%end if%>>二手车贷款</option>
</select></td>
</tr>
<tr>
<td class="ourfont" width="49%" height="10" align="center" colspan="2">
<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table16">
<tr>
<td class="articletitle">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="ourfont" width="100%" height="1" align="center" colspan="2">
</td>
<tr>
<td class="ourfont" width="41%" height="1" align="center">
<p align="right"><input type="submit" name="Submit" value="搜索" class="go-wenbenkuang">
</td>
</form>
<td class="ourfont" width="59%" height="1" align="center">
<a style="cursor: hand" href="javascript: OnClick=ShowHide('table23')">
智能搜索帮助</a></td>
</tr>
<tr>
<td class="articlecontent" id="table23" style="display: none; padding-left: 1px" colspan="2">
<br>
<table cellSpacing="1" cellPadding="0" width="100%" bgColor="#111111" border="0" id="table17">
<tr>
<td style="font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; background-color: #FFFFFF">
1.关键字之间用空格格开。<br>
2.请选择搜索范围。<br>
3.请选搜索类别,不选则在所有信息中搜索。</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td background="images/didi_008.gif"> </td>
</tr>
<tr>
<td>
<img height="6" src="images/didi_003.gif" width="6"></td>
<td background="images/didi_006.gif">
<img height="6" src="images/didi_006.gif" width="6"></td>
<td>
<img height="6" src="images/didi_004.gif" width="6"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -