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

📄 listztxp.asp

📁 IMPORTANT YOU SHOUD LOAD IT DOWN FOR USING
💻 ASP
字号:
<!--#include file="conn_xp/xp.asp"-->
<!--#include file="conn_xp/shopxp.asp"-->
<%dim newsid
newsid=request.QueryString("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from zhaunti where newsid="&newsid,conn,1,3
%>
<%if IsNumeric(request.QueryString("id"))=False then
response.write("<script>alert(""非法访问!"");location.href=""index.asp"";</script>")
response.end
end if
dim id
id=request.QueryString("id")
if not isinteger(id) then
response.write"<script>alert(""非法访问!"");location.href=""index.asp"";</script>"
end if%>
<html><head><title><%=webname%>--<%=trim(rs("newsname"))%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img_shopxp/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<!--#include file="xptop.asp"-->
<TABLE width=996 align=center border=0>
  <TBODY>
    <TR>
      <td width="1" height="229" background="img_shopxp/xiao/bgbg.gif"></td>
      <TD width=892 align=left vAlign=top class=b><table width="100%" height="234"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="200" valign="top"><div align="center">
            <!--#include file="xpinfo/shopxp_wzleft.asp" -->
          </div></td>
          <td width="1" background="img_shopxp/xiao/bgbg.gif"></td>
          <td width="684" valign="top">
                <table width="95%" height="213" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="100%" align="center" valign="top"><%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shopxp_zhuanti where newsid="&newsid,conn,1,3
rs("ztviewcount")=rs("ztviewcount")+1
rs.update %>
                      <br>
                      <table width="680" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                          <td valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                            <TR>
                              <TD height=30 colspan="2" ><br>
                                  <div align="center"><FONT><STRONG><FONT color=#003399 size=5><B><%=trim(rs("Title"))%></B></FONT></STRONG> </FONT></div>
                                <br></TD>
                            </TR>
                            <TR>
                              <TD height=1 colspan="2" bgColor=#cccccc></TD>
                            </TR>
                            <TR>
                              <TD width="5%" height=35>&nbsp;</TD>
                              <TD width="95%">发布时间:<%=year(rs("UpdateTime"))&"年"&month(rs("UpdateTime"))&"月"&day(rs("UpdateTime"))&"日"%> 此新闻已被浏览 <font color=red><%=rs("ztviewcount")%></font> 次 </TD>
                            </TR>
                            <tr>
                              <td height="97" colspan="2" valign="top"><table width="94%" border="0" align="center" cellpadding="1" cellspacing="1">
                                  <tr>
                                    <td ><%=trim(rs("Content"))%></td>
                                  </tr>
								  
                                </table>
                                 </td>
                            </tr>
                          </table></td>
                        </tr>
                          <TR><TD bgColor=#cccccc height=1></TD></TR>
        <TR>
          <TD vAlign=bottom bgColor=#ffffff height=32><p align="center"><br>
            		
				 【<A href="javascript:window.close()">关闭窗口</A>】· 【<A onclick=javascript:window.print(); href="javascript:;">打印</A>】·
				【<A href="listztxp.asp?id=<%=newsid%>">顶部</A>】·
				【<a href="listztxp.asp?id=<%=newsid-1%>">上一篇</A>】·
				【<a href="listztxp.asp?id=<%=newsid+1%>">下一篇</A>】
				
				
				<br>
                <br>
                <br>
</p>
            </TD></TR>
                      </table>
                      <%rs.close
set rs=nothing%></td>
                  </tr>
              </table></td>
          <td width="1" background="img_shopxp/xiao/bgbg.gif"></td>
        </tr>
      </table></TD>
      <TD width=103 align=left vAlign=top class=b>&nbsp;</TD>
    </TR>
  </TBODY>
</TABLE>
<!--#include file="copyright_shopxp.asp" -->
</body>
</html>

⌨️ 快捷键说明

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