?? 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 + -