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

📄 cases_more.asp

📁 一个企业网站的php源代码
💻 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>&nbsp;</td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td><img src="image/39.jpg"></td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</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 + -