📄 left_newsso.asp
字号:
<style type="text/css">
<!--
.title_left {<%=Skin_CSS(13)%>
}
-->
</style>
<table width="183" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="get" action="News_search.asp">
<tr>
<td height="34" class="title_left"> <img src="Images/smallbook.gif" width="14" height="14"> <font color="#000000">新 闻 搜 索</font></td>
</tr>
<tr>
<td height="21"><div align="center">
<input type="text" name="key" size="19" class="input">
</div></td>
</tr>
<tr>
<td height="21"><div align="center">
<select name="otype" class="input">
<option value="title" selected class="input">新闻标题</option>
<option value="msg" class="input">新闻内容</option>
</select>
<input type="submit" name="Submit" value="搜索" class="input">
</div></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</form>
</table>
<table width="183" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="title_left" height="36" align="center"><div align="left"><a href="otype.asp?owen1=<%=owen1%>"><font color="#000000"> <%=owen1%></font></a></div></td>
</tr>
<%
set rsSmallClass=server.CreateObject("adodb.recordset")
rsSmallClass.open "Select * From SmallClass_New Where BigClassName='" & owen1 & "'",conn,1,1
if not(rsSmallClass.bof and rsSmallClass.eof) then
do while not rsSmallClass.eof
%>
<tr onmouseover="this.bgColor='#FFFFFF';" onmouseout="this.bgColor='#EFEFEF';" bgColor=#EFEFEF>
<td height="28" ><div align="left"><a href="otype.asp?owen1=<%=owen1%>&owen2=<%=rsSmallClass("SmallClassName")%>"> <%=rsSmallClass("SmallClassName")%></a></div></td>
</tr>
<%
rsSmallClass.movenext
loop
end if
rsSmallClass.close
set rsSmallClass=nothing
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -