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

📄 wangzan.asp

📁 asp网站原代码绝对教材 asp网站原代码绝对教材
💻 ASP
字号:
<!--#include file="inetsoft.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<style type="text/css">
<!--
body {
	background-image: url(images/BJ.jpg);
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {color: #FF6600}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.STYLE54 {color: #FF0000; font-size: 12px; }
.style8 {color: #666666; font-size: 12px; }
-->
</style>
</head>

<body>
<!--#include file="top.asp"-->
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="238" valign="top" background="images/IN_30.jpg"><!--#include file="left.asp"--></td>
    <td width="522" valign="top" background="images/IN_29.jpg"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="198" valign="top" background="images/IN_04.jpg"><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="507" height="198">
          <param name="movie" value="images/2.swf">
          <param name="quality" value="high">
          <param name="menu" value="false">
          <param name="wmode" value="transparent">
          <embed src="images/2.swf" width="507" height="198" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed>
        </object></td>
      </tr>
    </table>
      <table width="100%"  border="0" cellspacing="0" cellpadding="3">
        <tr>
          <td>您的位置是: <span class="style2">建站方案</span> </td>
        </tr>
      </table>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><IMG SRC="images/IN_12.jpg" WIDTH=522 HEIGHT=14 ALT=""></td>
        </tr>
        <tr>
          <td background="images/IN_13.jpg"><table width="100%"  border="0" cellspacing="3" cellpadding="0">
            <tr>
              <td width="95%"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="1%"></td>
                  <td width="97%"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <%
set rs=server.createobject("adodb.recordset") 
sql="select * from jcl_photo where P_type=17 and P_zx=1 order by id desc"
rs.open sql,conn,1,1
IF not rs.eof Then
	proCount=rs.recordcount
	rs.PageSize=3					  '定义显示数目
		if not IsEmpty(Request("ToPage")) then
	       ToPage=CInt(Request("ToPage"))
		   if ToPage>rs.PageCount then
					rs.AbsolutePage=rs.PageCount
					intCurPage=rs.PageCount
		   elseif ToPage<=0 then
					rs.AbsolutePage=1
					intCurPage=1
				else
					rs.AbsolutePage=ToPage
					intCurPage=ToPage
				end if
			else
			        rs.AbsolutePage=1
					intCurPage=1
		  end if
	intCurPage=CInt(intCurPage)
k=1
do while Not rs.eof and  k<4
%>
                      <TR>
                        <%
 for n=1 to 1
%>
                        <td><table width="96%"  border="0" align="center" cellpadding="0" cellspacing="0">
                          <TR>
                            <td><table width="100%"  border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td width="32%"><table border="0" cellspacing="1" cellpadding="0">
                                      <tr>
                                        <td height="50" align="center"><table width="100%"  border="0" cellpadding="3" cellspacing="1" bgcolor="#999999">
                                            <tr>
                                              <td bgcolor="#FFFFFF"><img src="guan_li/photo/<%=rs("p_url")%>" width="120" height="120" border="0"></td>
                                            </tr>
                                        </table></td>
                                        <td align="left" valign="bottom"><img src="Images/yY2.jpg" width="13" height="130"></td>
                                      </tr>
                                  </table></td>
                                  <td width="68%"><table width="100%" border="0" cellspacing="1" cellpadding="3">
                                      <tr>
                                        <td width="18%">方案名称:</td>
                                        <td width="82%"><span class="style8"><%=rs("P_name")%></span></td>
                                      </tr>
                                      <tr>
                                        <td nowrap>方案价格:</td>
                                        <td><span class="style8"><%=rs("P_date")%></span></td>
                                      </tr>
                                      <tr>
                                        <td valign="top" nowrap>功能说明:</td>
                                        <td height="80" valign="top"><a href="fn_ck.asp?id=<%=rs("id")%>" target="_blank"><span class="STYLE54"><%=rs("P_dom")%></span></a></td>
                                      </tr>
                                  </table></td>
                                </tr>
                                <tr>
                                  <td height="5" colspan="2" background="images/skb_28.gif"></td>
                                </tr>
                            </table></td>
                          </tr>
                        </table></td>
                        <%
rs.movenext
if rs.eof then exit for
if rs.eof then exit do
Next
%>
                      </tr>
                      <%
k=k+1
Loop
%>
                    </table>
                      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                        <TBODY>
                          <TR>
                            <TD width="95%"><div align="right"><span style="font-size: 9pt;"> 总共:<font color="#ff0000"><%=rs.PageCount%></font>页, <font color="#ff0000"><%=proCount%></font>个案例, 当前页:<font color="#ff0000"> <%=intCurPage%> </font>
                                      <% if intCurPage<>1 then
		  %>
                                      <a href="?types=<%=Request("types")%>&ToPage=1&cla=<%=Request("cla")%>">首页</a>|<a href="?types=<%=Request("types")%>&ToPage=<%=intCurPage-1%>&cla=<%=Request("cla")%>">上一页</a>|
                              <% end if
if intCurPage<>rs.PageCount then %>
                                      <a href="?types=<%=Request("types")%>&ToPage=<%=intCurPage+1%>&cla=<%=Request("cla")%>">下一页</a>|<a href="?types=<%=Request("types")%>&ToPage=<%=rs.PageCount%>&cla=<%=Request("cla")%>"> 最后页</a>
                                      <% end if%>
                              </span></div>
<%end if%>
								</TD>
                          </TR>
                        </TBODY>
                        <%
rs.close
set rs=nothing
%>
                    </TABLE></td>
                </tr>
              </table></td>
              <td width="5%">&nbsp;</td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td><IMG SRC="images/IN_28.jpg" WIDTH=522 HEIGHT=18 ALT=""></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><IMG SRC="images/IN_34.jpg" WIDTH=760 HEIGHT=10 ALT=""></td>
  </tr>
</table>
<!--#include file="end.asp"-->

</body>
</html>

⌨️ 快捷键说明

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