?? cp.asp
字號:
<!--#include file="top.asp"-->
<table width="800" height="403" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="Table_01">
<tr>
<td height="403" colspan="2" valign="top" background="images/right_06.gif"><!--#include file="Tyi86_Left_Other.asp" --></td><%
soft_id=CheckStr(Request.QueryString("soft_id"))
If isInt(soft_id)=False OR Not IsNumeric(soft_id) Then
Response.Redirect "Cpzs.asp"
Response.End()
End If
set rs=server.createobject("adodb.recordset")
rs.Open "Select * From Product where soft_id="&soft_id, conn,3,3
if rs.bof and rs.eof then
response.Redirect("Cpzs.asp")
end if
%>
<td width="800" align="right" valign="top" background="images/t_05.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="images/cpzs.gif" width="580" height="33" alt=""></td>
</tr>
<tr>
<td height="373" align="center" valign="top" background="images/t_05.gif"><table width="96%" border="0" cellpadding="0" cellspacing="1" bgcolor="#098DD4">
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="8%" height="21" align="center" bgcolor="#F4F5F5"><img src="images/cp.gif" width="13" height="13"></td>
<td width="92%" bgcolor="#F4F5F5"> 產品名稱</td>
</tr>
<tr>
<td height="147" colspan="2" align="right" valign="top" bgcolor="#FFFFFF"><table width="92%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" height="19" align="center"><img src="images/tb.gif" width="6" height="6"></td>
<td width="90%" bgcolor="#FFFFFF"><%=rs("soft_name")%></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="8%" height="22" align="center" bgcolor="#F4F5F5"><img src="images/cp.gif" width="13" height="13"></td>
<td width="92%" bgcolor="#F4F5F5">產品特性</td>
</tr>
</table>
<table width="92%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" height="19" align="center"><img src="images/tb.gif" width="6" height="6"></td>
<td width="90%" bgcolor="#FFFFFF"><%=rs("soft_size")%></td>
</tr>
</table>
</td>
</tr>
</table></td>
<td width="43%" colspan="2" align="center" bgcolor="#FFFFFF"><%If rs("soft_showpic")<>"" Then%><img src="<%=rs("soft_showpic")%>" width="230" border="0"><%else%><img src="Images/tpc.gif" width="230" border="0"><%End If%></td>
</tr>
<tr bgcolor="#F4F5F5">
<td height="21" colspan="4" valign="middle"><img src="images/cp.gif" width="13" height="13"> 產品概述</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="187" colspan="4" valign="top"><br>
<%=ubb2html(formatStr(autourl(rs("soft_desc"))), true, true)%>
<br></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="end.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -