shownewsinfo.asp

来自「软件信息如下: 软件名称:郑州聚鑫打包带厂网站源代码免费版 软件版本:V」· ASP 代码 · 共 35 行

ASP
35
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../inc/conn.asp"-->
<%id=request("id")
set rs=conn.execute("select * from news where id="&id&"")
if rs.eof then
response.write""
else%>
<html>
<head>
<title><%=rs("newstitle")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../STYLE.CSS" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#000000">
  <tr>
    <td bgcolor="#f1f1f1">标题:<%=rs("newstitle")%></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF"> 
      <% If rs("newsphoto")<>"" Then %>
      <img src="../admin/pic/<%=rs("newsphoto")%>" alt="" hspace="10" vspace="10" border="0" align="left" class="img"> 
      <% Else %>
      <% End If %>
      &nbsp;&nbsp;&nbsp;&nbsp;<%=rs("newscontent")%></td>
  </tr>
</table>
</body>
</html>
<%end if
rs.close
set rs=nothing
set conn=nothing%>

⌨️ 快捷键说明

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