help.asp

来自「基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用」· ASP 代码 · 共 47 行

ASP
47
字号
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><tr>
	<td height="12" valign="top">
		<table width="167" height="18"  border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td width="38"><div align="right"><img src="../images/12.gif" width="10" height="16" /></div></td>
			    <td width="132">&nbsp;帮助中心</td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td height="231" valign="top">
		<table border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td  valign="top">	
					<table width="167"  border="0" cellpadding="0" cellspacing="0">
						<!-- #include file="../Conn/conn.asp" -->
						<% 
							sql="select * from tb_HelpMeg order by ID desc"
							rs.open sql,conn
							i=1
							while not rs.eof 
						%> 
						<tr>
  							<td colspan="2">&nbsp;</td>
						</tr>
						<tr>
							<td width="49"><div align="right"><img src="../images/14.gif" width="22" height="11" /></div>
						  </td>
							<td width="121">
							<a href="#" onClick="window.open('Help/content.asp?id=<%=rs("ID")%>','','width=550,height=500,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"><%=rs("title")%></a>
							</td>
						</tr>
						<% 
							rs.movenext
							i=i+1
							wend 
							set rs=nothing
							conn.close
							set conn=nothing 
						%>
					</table>
				</td>
			</tr>
		</table>	
	</td>
</tr>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?