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

📄 prodshow.asp

📁 广告策划中心整站程序
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Comm/conn.asp" -->
<!--#include file="config.asp" -->
<%
Dim pageurl
pageurl="prodshow.asp"
id = replace(trim(request.querystring("ProdId")),"'","")
if id="" then
response.redirect "error.asp?error=015"
else

'显示某个作品
%>

<html><head>
<title>详细介绍-<%=id%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="cycoo15.css" type="text/css">
</head>
<body bgcolor="#011D32" background="images/bggreen.gif" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<SCRIPT LANGUAGE="JavaScript">

<!-- Hide



function killErrors() {

return true;

}



window.onerror = killErrors;



// -->

</SCRIPT>

<div align="center">
  <!--#include file="menu/topbar.asp"-->
  <table width="760" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr> 
      <td height="1" bgcolor="#FFFFFF"></td>
    </tr>
    <tr> 
      <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="197">
          <param name="movie" value="menu2.swf">
          <param name="quality" value="high">
          <embed src="menu2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="197"></embed></object></td>
    </tr>
    <tr> 
      <td bgcolor="A5B2C6" height="18" class="new"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td> 
              <!--#include file="menu/searchbar.asp"-->
            </td>
          </tr>
        </table></td>
    </tr>
  </table>
  <TABLE width=760 border=0 cellpadding=0 cellspacing=0 align=center bgcolor=#ffffff>
    <TR>
      <td height="315" bgcolor="FFFBF7" align="center" valign="top" width="185"> 
        <table width="90%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height=8></td>
          </tr>
        </table>
        <!--#include file="loginbox.asp"-->
        <table width="90%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height=8></td>
          </tr>
        </table>
        <!--#include file="prodtree.asp"-->
      </TD>
      <td height="100" bgcolor="#CCCCCC" width="1"></td>
      <td height="100" valign="top" align="center" bgcolor="#F7FAFD">
	  <!--#include file="proddetail.asp"-->
	  <!--#include file="prompt.asp"-->
      </TD>
    </TR>
  </TABLE>
  <!--#include file="menu/bottom.asp"-->
</div>
</body>
</html>
<%
end if%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -