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

📄 article.asp

📁 一个不错的个人商务网站的源码
💻 ASP
字号:
<!--#include file="db_conn.asp"-->
<!--#include file="comm/comm.asp"-->
<!--#include file="comm/sub.asp"-->
<!--#include file="comm/my_request.asp"-->
<!--begin TOP-->
<%
'说明 head(a,b,c)
'a为页标题
'b为页描述
'c为页关键字

dim btitle,ctitle,ccontent
btitle=my_request("type",0)
select case btitle
        case "aboutus"
ctitle="关于我们"
ccontent=r(19)
        case "pay"
ctitle="支付说明"
ccontent=r(20)
        case "send"
ctitle="配送说明"
ccontent=r(21)
case else
response.write "参数错误"
response.end
end select

call head(r(26)&"-"&ctitle,r(27),r(28))
%>
<!--end TOP-->
<div align="center">
<table border="0" width="760" cellpadding="0" style="border-collapse: collapse">
	<tr>
		<td width="182" valign="top"><!--#include file="left.asp"--> </td>
		<td width="15" valign="top"> </td>
		<td width="563" valign="top">
	
		<table border="0" width="563" id="table1" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td width="72" class="topmanu_bg" height="20">
				<p align="center"><%=ctitle%></td>
				<td width="490" height="13">
				</td>
			</tr>
			<tr>
				<td width="563" colspan="2" class="right_nav" height="3"></td>
			</tr>
		</table>
		<table border="0" width="100%" id="table5" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td> </td>
			</tr>
		</table>
		<table border="0" width="100%" id="table2" cellpadding="4" style="border-collapse: collapse">
			<tr>
				<td>
				<p align="center"><b><%=ctitle%></b></td>
			</tr>
			<tr>
				<td><%=ccontent%></td>
			</tr>
			<tr>
				<td>
				<div id="layout">
					<div id="contentbody">
						<div class="contentleft">
							<div id="newsdetail-content">
								<div id="newsdetail-content-text">
									<br>
									&nbsp;&nbsp;&nbsp; 
									</div>
							</div>
						</div>
					</div>
				</div>
				<p>
				<br>
				 </td>
			</tr>
			</table>
		<table border="0" width="100%" id="table4" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td> </td>
			</tr>
		</table>
		

		</td>
	</tr>
</table>
</div>
<!--begin end-->
<%call boot()%><!--end end-->

⌨️ 快捷键说明

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