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

📄 cp.asp

📁 通盈企业全站系统 v2.12
💻 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>
                    &nbsp;&nbsp;<%=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 + -