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

📄 new.asp

📁 为中小型企业与欲创业的个人提供一个合适的企业型网站
💻 ASP
字号:
<!--#include file="top.asp"-->
<table width="800" height="403" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="Table_01">
	<tr>
	  <td height="403" colspan="2" valign="top" background="images/right_06.gif"><!--#include file="Tyi86_Left_Other.asp" --></td>
	  <%
    ID=CheckStr(Request.QueryString("ID")) 
    If isInt(ID)=False OR Not IsNumeric(ID) Then
    Response.Redirect "news.asp" 
    Response.End()
    End If
    set rs=server.createobject("adodb.recordset")
    rs.Open "Select * From news where id="&id, conn,3,3
    if rs.bof and rs.eof then
    response.Redirect("News.asp")
    end if
%>
		<td width="800" align="right" valign="top" background="images/t_05.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center"><img src="images/t_04.gif" width="581" height="29" alt=""></td>
          </tr>
          <tr>
            <td align="center" valign="top" background="images/t_05.gif"><table width="98%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td align="center"><strong><%=rs("title")%></strong></td>
			  </tr>
			  <tr>
                <td height="3" align="center"></td>
			  </tr>
			  <tr>
				<TD align="center"><hr size="1" width="80%" height="1"><a href="http://<%=Tyi86_http%>" target=_blank><%=Tyi86_http%></a>&nbsp;&nbsp;<%=rs("time")%></TD>
              </tr>
            </table>
              <table width="96%" border="0" cellpadding="0" cellspacing="1" bgcolor="#098DD4">
                <tr>
                  <td valign="bottom" bgcolor="#FFFFFF">   <br>
                       <%=rs("Content")%>                 <p>&nbsp;</p>
                    <table width="96%" cellpadding="0" cellspacing="0">
                      <TR>
                        <TD width="554" height="28" align="right">发布:<%=rs("Admin")%>  时间:[<%=rs("time")%>]</TD>
                      </TR>
                      <TR>
                        <TD align="right" height="24">  【<a href='News.asp'>返回</a>】 【<a href="javascript:window.scroll(0,-360)">顶部</a>】 
【<a href="javascript:self.close()">关闭</a>】</TD>
                      </TR>
                    </table>
                    <p><br>
          <br>
                    </p></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
		
	</tr>
</table>
<!--#include file="end.asp"-->
</body>
</html>

⌨️ 快捷键说明

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