📄 credit.asp
字号:
<!--#include file="top.asp" -->
<%
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
'★ ★
'☆ 漂亮的企业网站ASP免费版本 ☆
'★ ★
'☆ 版权所有: ML ☆
'★ ★
'☆ 程序制作: ML ☆
'★ email:xinranyx@sina.com ★
'☆ QQ:1474579 ☆
'★ 商业版本请联系购买!!! ★
'☆ ☆
'★ ★
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
%>
<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="184" valign="top" background="image/07.jpg">
<!--#include file="left.asp" --> </td>
<td width="631" valign="top"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image/46.jpg" width="594" height="37"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<%
SQL="Select * from product where pro_name='rongyu' order by id desc"
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open SQL,con,1,1
%>
<table width="100%" border="0" cellspacing="20" cellpadding="0">
<tr>
<td class="text03"><div align="center"><b style="font-size:14px;"></div></td>
</tr>
<tr>
<td class="text03"> <p>
<%if vartype(rs("img"))<>1 and rs("img")<>"" then%>
<div align="center">
<img src=admin/img/<%=rs("img")%>>
</div>
<%end if%>
<%rs("content")%></p>
<p> </p>
<p> </p></td>
</tr>
</table>
<%
rs.Close
Set rs=nothing
%>
</div></td>
</tr>
</table>
<!--#include file="down.asp" -->
<!--#include file="close.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -