?? product_more.asp
字號:
<%
id=Request("id")
if id="" then
Response.end
end if
%>
<!--#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" 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/38.jpg" width="585" height="35"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<%
SQL="Select * from product where id="&id
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open SQL,con,1,1
%>
<table width="522" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td height="650" valign="top" bgcolor="#FFFFFF"><table width="522" border="0" cellspacing="11" cellpadding="0">
<tr>
<td><img src="image/40.jpg" name="img1" width="500" height="400" id="img1"></td>
</tr>
<tr>
<td class="text02">
<p>產品名:<%=rs("title")%></p>
<p>簡 介:<%=rs("content")%></p></td>
</tr>
</table>
<script>
<%
if rs("img")<>"" and vartype(rs("img"))<>1 then
Response.Write("document.img1.src='admin/img/"&rs("img")&"'")
end if
%>
</script></td>
</tr>
</table>
</div></td>
</tr>
</table>
<%
rs.Close
SEt rs=nothing
%>
<!--#include file="down.asp" -->
<!--#include file="close.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -