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

📄 news_view.asp

📁 网站源码
💻 ASP
字号:
<!--#include file="setup.asp" -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=web_name%>公司简介</title>
<link href="inc/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
	color: #0066CC;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" onLoad="MM_preloadImages('image/cm_main/top_r3_c2_f2.jpg','image/cm_main/top_r3_c3_f3.jpg','image/cm_main/top_r3_c4_f4.jpg','image/cm_main/top_r3_c6_f5.jpg','image/cm_main/top_r3_c7_f6.jpg')">
<!--#include file="index_top.asp" -->

<table width="762" height="5" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="f5f5f5" class="tablelinenotop">
  <tr> 
    <td></td>
  </tr>
  <tr> 
    <td height="1" bgcolor="#CCCCCC"></td>
  </tr>
</table>
	  <% 
	  strsql="select * from news_info where id="&request("id")
	  set rs = Server.CreateObject("ADODB.Recordset")
		rs.Open strsql, conn, 1, 1
	   	   %>
<table width="762" height="335" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tablelinenotop">
  <tr> 
    <td width="170" valign="top" bgcolor="f5f5f5"> 
      <div align="center"> 

        <table width="100%" height="47" border="0" cellpadding="0" cellspacing="0">
          <tr> 
            <td><img src="image/news.jpg" width="170" height="50"></td>
          </tr>
        </table>
        
      </div></td>
    <td width="1" bgcolor="#cccccc"></td>
    <td width="583" valign="top"><table width="108" height="34" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td valign="bottom"><div align="center"><a href="#" onClick="history.back()"><img src="image/back.gif" width="62" height="24" border="0"></a> 
            </div></td>
        </tr>
      </table>
      <table width="96%" height="44" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="center"><span class="style1"><%= rs("title") %></span></div></td>
        </tr>
      </table>
      <table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td bgcolor="#CCCCCC"></td>
        </tr>
      </table>

      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
      <table width="95%" height="59" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td class="font">&nbsp;&nbsp;<%= rs("content") %></td>
        </tr>
      </table> 
      <table width="544" height="42" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="right">发布时间:<%=rs("datetime")%></div></td>
        </tr>
      </table></td>
  </tr>
</table>
<!--#include file="index_down.asp" -->
</body>
</html>

⌨️ 快捷键说明

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