⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.asp

📁 本系统采用ASP作为开发环境
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻查看</title>
</head>
<% id=Request.Querystring("id")%>
<!-- #include File="Conn/conn.asp" -->
<% 
	sql="select * from tb_News where ID="&id
	rs.open sql,conn
	If Not rs.Eof and Not rs.Bof Then
%> 
<link rel="stylesheet" href="Css/Style.css">
<body topmargin=0 leftmargin=0>
<table width="621" height="400" border="0" align="center" cellpadding="1" cellspacing="1">
  	<tr>
    	<td width="597" height="7" colspan="2" bgcolor="#FFFFFF">
		</td>
  	</tr>
  	<tr bgcolor="#214994">
  	  <td height="25" colspan="2" align="center"><font color="#FFFFFF"><b><%=rs("Title")%></b></font></td>
  </tr>
  	<tr>
    	<td height="292" colspan="2" valign="top" bgcolor="#f9f9f9"><br>
	  <font color="#214994">&nbsp;&nbsp;&nbsp;&nbsp;<%=rs("Content")%></font>	  </td>
  	</tr>
  	<tr>
    	<td height="70" colspan="2" valign="middle" bgcolor="#f9f9f9">
	  <div align="center"><a href="#" onClick="javascript:window.close();"><font size="2">【关闭窗口】</font></a></div>	  </td>
  	</tr>
</table>
</body>
<% 
	end if 
%>
</html>

⌨️ 快捷键说明

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