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

📄 shopnews.asp

📁 商业网站/图片管理系统/投票系统/新闻管理系统/
💻 ASP
字号:
<!--#include file="top1.asp"-->
<%dim db
db=1
%>
<!--#include file="config/db.asp"-->
<!--#include file="config/function.inc.asp"-->
<%
dim rst,sql,myErrors
set rst=server.CreateObject("adodb.recordset")
sql="select * from shop_news where n_id="&request.querystring("id")
rst.open sql,conn,1,3
%>
<div align="center">
	<table width="780" height="399" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td width="13" height="42" background="images/v_bar_l.gif">&nbsp;</td>
			<td style="background:#FFFFCC;" width="750" align="center" valign="bottom"><div align="center">
				<p><b><%=rst("n_title")%></b><br />
					浏览次数:
					<%rst("n_show")=rst("n_show")+1%>
					<%=rst("n_show")%></p>
			</div></td>
			<td width="13" background="images/v_bar_r.gif">&nbsp;</td>
		</tr>
		<tr>
			<td width="13" background="images/v_bar_l.gif">&nbsp;</td>
			<td width="750" valign="top" bgcolor="#FFFFCC" style="background:#FFFFEE;"></br>
			<div style="padding:50px;">
			<p>&nbsp;	</p>
				<p><%rst.update
			if rst("n_image")<>"" then
			%>
					<img src="upfile/<%=rst("n_image")%>">
					<%
			end if
			%>
			</p>
			<p>&nbsp;&nbsp;&nbsp;&nbsp;<%=rst("n_content")%></p>
			<p>&nbsp;	</p>
			
			
				<div align="center"><input type="submit" name="Submit" value="关闭窗口" onclick="javascript:window.close();"/>
				</div>
			</p>
			</div></td>
			<td width="13" background="images/v_bar_r.gif">&nbsp;</td>
		</tr>
		<tr>
		<td width="13" background="images/v_bar_l.gif">&nbsp;</td>
		<td width="750" align="right" valign="middle" bgcolor="#FFFFEE">添加时间:<%=rst("n_adddate")%></br>
		<td width="13" background="images/v_bar_r.gif">&nbsp;</td>
		</tr>
	</table>
	<%
	rst.close
	set rst=nothing
	conn.close
	set conn=nothing
	%>
</div>
<!--#include file="bottom1.asp"-->

⌨️ 快捷键说明

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