asp网站开发--实例(收藏)

原始网页:

<!--#include file="include/conn1.asp"-->
<!--#include file="include/conn_znx.asp"-->
<meta name="keywords" content=" 海外华人征婚,西方男士征婚,白领征婚,红娘婚介,交友,国际爱情, 国际婚姻,欧洲华人,德国华人,大陆女人, 香港交友,香港征婚, 台湾交友, 台湾征婚, 美女征婚, 富人征婚, 老百姓征婚, 恋爱技巧,成功案例, " />
<meta name="description" content=" 凤凰国际婚恋交友网,中国最严肃的征婚交友网,成立十多年来,真诚为中国单身男女和海外华人服务, 获得客户的好评,有极好的信誉。 " />

<%
'response.write(session("username"))

'dim jjjjj

'jjjjj=date()



'response.write(format(jjjjj,'yyyy-mm-dd'))

'format(now(),'yyyy/mm/dd hh:mm:ss')


dim zxzffs
dim zxzfje

zxzffs=request("zffs")
zxzfje=request("je")

dim rs
dim gsjs

dim zhwh

dim zxdtmc(5)
dim zxdtid(5)
dim i

dim hyalmc(6)
dim hyalid(6)

dim ozzhmc(6)
dim ozzhid(6)

dim jdwdmc(6)
dim jdwdid(6)


dim myhzp
dim wyhzp

dim sql_m    '顶部照片男
dim sql_w   '顶部照片女

dim rs_m
dim rs_w

dim wzzwmc  '网站名称

dim cgltp '成功率照片

'成功率图片
sql="select CGTP from FH_CGTP"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    cgltp=rs("CGTP")
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing


'网站名称
sql="select ZWMC from FH_WZMC"
set rs=conn.execute(sql)

if Err.number<>0 then
  response.write(wrong)
end if

do while not rs.eof
   wzzwmc=rs("ZWMC")
   rs.movenext
     if rs.eof then exit do
loop

rs.close
set rs=nothing


'顶部照片男
sql_m="select top 30 ZPDZ from FH_HYZP_SH where XB='0' and SYTP='1' and ZPDZ<>null"
set rs_m=conn_znx.execute(sql_m)

if Err.number<>0 then
   response.write(wrong)
end if

'顶部照片女
sql_w="select top 30 ZPDZ from FH_HYZP_SH where XB='1' and SYTP='1' and ZPDZ<>null"
set rs_w=conn_znx.execute(sql_w)

if Err.number<>0 then
   response.write(wrong)
end if



'公司介绍
sql="select ZWJJ from FH_GSJS order by ID desc"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
  gsjs=rs("ZWJJ")
  
   if gsjs<>"" then
      exit do
   end if
  
  rs.movenext
    if rs.eof then exit do
loop

rs.close
set rs=nothing

gsjs=left(gsjs,175)

'中华文化
sql="select top 1 ZWJJ from FH_WHJS "
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
  zhwh=rs("ZWJJ")
  rs.movenext
    if rs.eof then exit do
loop

zhwh=left(zhwh,446)


rs.close
set rs=nothing

'response.write("1")
'最新动态

sql="select top 5 ZWMC,ID from FH_ZXDT order by ID desc"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

i=0

do while not rs.eof
    if i= 5 then 
       exit do
    end if
    
   zxdtmc(i)=rs("ZWMC")
   zxdtid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'国际婚姻与爱情
sql="select top 7 ID,ZWMC from FH_GJAQ"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   hyalmc(i)=rs("ZWMC")
   hyalid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'纵横欧洲
sql="select top 7 ID,ZWMC from FH_OZZH"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   ozzhmc(i)=rs("ZWMC")
   ozzhid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'经典问答
sql="select top 7 ID,ZWMC from FH_GJHY"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   jdwdmc(i)=rs("ZWMC")
   jdwdid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'msn
dim msndz
dim msn_t

sql="select MC,NC from FH_MSN"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

dim zwnc

%>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<HTML>
  <HEAD>
    <TITLE><%=wzzwmc%>首页</TITLE>
  </HEAD>
  <script language="javascript" src="include/md5.js"></script>
  <script language="javascript">
    function dhome()
    {
      window.location.href="index.asp";
    }
    function dparty()
    {
      window.location.href="zxhd.asp";
    }
    function dtrans()
    {
      window.location.href="fysf.asp";
    }
    function dchina()
    {
      window.location.href="zhwh.asp";
    }
    function dsuccess()
    {
      window.location.href="cgal.asp";
    }
    function dvisa()
    {
      window.location.href="qzzx1.asp";
    }
    function dmarry()
    {
      window.location.href="hyal.asp";
    }
    function dask()
    {
      window.location.href="jdwd.asp";
    }
    function deurope()
    {
      window.location.href="ozzp.asp";
    }
    function dcooprate()
    {
      window.location.href="hzjm.asp";
    }
    function dpay()
    {
      window.location.href="zxzf.asp";
    }
    function doffer()
    {
      window.location.href="rczp.asp";
    }
    function dcontact()
    {
      window.location.href="lxwm.asp";
    }
    function ddnew(id)
    {
      window.location.href="zxhd.asp?ID="+id;
    }
    function ddmarry(id)
    {
      window.location.href="dhyal.asp?ID="+id
    }
    function ddeurope(id)
    {
      window.location.href="dozzp.asp?ID="+id
    }
    function ddask(id)
    {
      window.location.href="djdwd.asp?ID="+id;
    }
    function dregist()
    {
     window.location.href="fwtk.asp";
    }
    function dhydr()
    {  
      var zxzfje;
      var zxzffs;
      
      zxzfje="<%=zxzfje%>";
      zxzffs="<%=zxzffs%>";
      
      if(document.all.mc.value=='')
      {
        alert('请输入用户名');
        document.all.mc.focus();
        return false;
      }
      if(document.all.mm.value=='')
      {
        alert('请输入密码');
        document.all.mm.focus();
        return false;
      }
      window.location.href="checkuser.asp?user="+escape(document.all.mc.value)+"&passwd="+hex_md5(document.all.mm.value)+"&zxzffs="+zxzffs+"&zxzfje="+zxzfje;
      
    }
 function dend()
 {
   window.location.href="quit.asp";
 }
 function dhyzx()
 {
   window.location.href="yhzx.asp";
 }
 function dgsjs()
 {
   window.location.href="gsjs.asp";
 }
  function dmxhy()
 {
   window.location.href="nxhy.asp";
 }
   function dwxhy()
 {
   window.location.href="vxhy.asp";
 }
 function xzmm()
 {
   window.location.href="xzmm.asp";
 }
  </script>
  <BODY  leftmargin=0 topmargin=0>
  <center>
  <form name="main" action="" method="post">
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
      <TR>
        <TD background="image/layout-sy-img-1-1.png" WIDTH="1004" HEIGHT="208">
          <embed src="swf/banner.swf" quality="high" 
                      pluginspage="http://www.macromedia.com/go/getflashplayer" 
                      type="application/x-shockwave-flash" width="1004" wmode="transparent" height="100%">
          </embed>
        </TD>
      </TR>
      <TR>
        <TD WIDTH="1004" HEIGHT="868">
            <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="868">
                <TR>
                  <TD background="image/layout-sy-img-1-1-1.png" WIDTH="1004" HEIGHT="10"></TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-2-1.png" WIDTH="1004" HEIGHT="156">
                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="156">
                      <tr>
                        <td width=40>
                        </td>
                        <td width=924 height=156>
                         <marquee  width=924 height=146 align=mmiddle direction="right" behavior=alternate loop=-1 scrollamount=3 scrolldelay=3 hspace=8 vspace=5 onMouseOver="this.stop()" onMouseOut="this.start()">
                             <%
                               do while not rs_w.eof
                                 wyhzp=rs_w("ZPDZ")
                             %>
                                  <img src="<%=wyhzp%>" width=130 height=140>
                             <%
                                rs_w.movenext
                                  if rs_w.eof then exit do
                                  
                               loop
                               
                               rs_w.close
                               set rs_w=nothing
                             %>
                         </marquee>
                        </td>
                        <td width=40>
                        </td>
                      </tr>
                    </table>
                  </TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-3-1.png" WIDTH="1004" HEIGHT="24"></TD>
                </TR>
                <TR>
                  <TD WIDTH="1004" HEIGHT="470">
                     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="470">
                        <TR>
                          <TD background="image/layout-sy-img-2-1-1.png" WIDTH="38" HEIGHT="470"></TD>
                          <TD WIDTH="244" HEIGHT="470">
                              <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="470">
                                <TR>
                                  <TD background="image/layout-sy-img-3-1-1.png" WIDTH="244" HEIGHT="9"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-2-1.png" WIDTH="244" HEIGHT="33"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-3-1.png" WIDTH="244" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD WIDTH="244" HEIGHT="130">
                                       <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="130">
                                        <TR>
                                          <TD background="image/layout-sy-au-img-1-1.png" WIDTH="244" HEIGHT="96" valign=top>
                                                         
                                                         
                                                 
                                           <%
                                             if (session("username"))="" or isnull((session("username"))) then
                                           %>
                                              <font size=2 color="#eb44e4" style="cursor:hand" οnclick="javascript:xzmm()"><b>忘记密码</b></font>
                                           <%
                                             end if
                                           %>
                                           <br><br>
                                            <%
                                              if (session("username"))="" or isnull((session("username"))) then
                                            %>
                                            <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" >
                                              <tr>
                                                <td align=right>
                                                  <font size=2>用户名:</font>
                                                </td>
                                                <td width=155>
                                                  <input type="text" name="mc" value="" size=15 maxlength="255">
                                                </td>
                                              </tr>
                                              <tr>
                                                <td align=right>
                                                  <font size=2>密 码:</font>
                                                </td>
                                                <td width=155>
                                                  <input type="Password" name="mm" value="" size=15 maxlength="255">
                                                </td>
                                              </tr>
                                            </table>
                                            <%else
                                            %>
                                            <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" >
                                              <tr>
                                                <td width=80>
                                                  
                                                </td>
                                                <td>
                                                  <font size=2>用户名:<%=session("username")%></font>
                                                </td>
                                               </tr>
                                               <td width=80>
                                                  
                                                </td>
                                                <td>
                                                  <font size=2>等级:
                                                  <%
                                                    if session("dj")="0" and session("sh")="1" then
                                                  %>
                                                  普通会员
                                                  <%
                                                    elseif session("dj")="1" and session("sh")="1" then
                                                  %>
                                                  黄金会员
                                                  <%
                                                    elseif session("dj")="2" and session("sh")="1" then
                                                  %>
                                                 钻石会员
                                                  <%
                                                    elseif session("dj")="0" and session("sh")="0" then
                                                  %>
                                                  未审核会员
                                                  <%
                                                    end if
                                                  %>
                                                  </font>
                                                </td>
                                               </tr>
                                            </table>
                                            <%
                                              end if
                                            %>
                                          </TD>
                                        </TR>
                                        <TR>
                                          <TD  WIDTH="244" HEIGHT="18">
                                               <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="18">
                                                <TR>
                                                  <TD background="image/layout-sy-au1-img-1-1.png" WIDTH="48" HEIGHT="18"></TD>
                                                  <%
                                                    if session("username")="" or isnull(session("username")) then
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-2.png" WIDTH="70" HEIGHT="18" style="cursor:hand" onClick="javascript:dregist()"></TD>
                                                  <%
                                                    else
                                                  %>
                                                  <TD  WIDTH="70" HEIGHT="18" >
                                                   <font size=2 color="#FF00FF" οnclick="javascript:dend()" style="cursor:hand">离开</font>
                                                  </TD>
                                                  <%  
                                                    end if
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-3.png" WIDTH="18" HEIGHT="18"></TD>
                                                  <%
                                                    if session("username")="" or isnull(session("username")) then
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-4.png" WIDTH="70" HEIGHT="18" style="cursor:hand" onClick="javascript:dhydr()"></TD>
                                                  <%
                                                    else
                                                  %> 
                                                  <TD  WIDTH="70" HEIGHT="18">
                                                    <font size=2 color="#FF00FF" οnclick="javascript:dhyzx()" style="cursor:hand">会员中心</font>
                                                  </TD>
                                                  <%  
                                                    end if
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-5.png" WIDTH="38" HEIGHT="18"></TD>
                                                </TR>
                                              </TABLE>
                                          </TD>
                                        </TR>
                                        <TR>
                                          <TD background="image/layout-sy-au-img-3-1.png" WIDTH="244" HEIGHT="16"></TD>
                                        </TR>
                                      </TABLE>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-5-1.png" WIDTH="244" HEIGHT="13"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-6-1.png" WIDTH="244" HEIGHT="33"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-7-1.png" WIDTH="244" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-8-1.png" WIDTH="244" HEIGHT="217">
                                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="217">
                                       <tr height=10>
                                         <td width=20>
                                           
                                         </td>
                                         <td>
                                           
                                         </td>
                                         <td width=20>
                                           
                                         </td>
                                       </tr>
                                       <tr>
                                         <td width=20>
                                           
                                         </td>
                                         <td width="204" valign=top>
                                           <table BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="204" >
                                             <%
                                               if zxdtmc(0)<>"" then
                                             %>
                                             <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(0)%>)"><%=left(zxdtmc(0),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                            <%
                                               end if
                                               
                                               if zxdtmc(1)<>"" then
                                            %>  
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(1)%>)"><%=left(zxdtmc(1),10)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(2)<>"" then
                                             %>
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(2)%>)"><%=left(zxdtmc(2),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                               end if
                                               
                                               if zxdtmc(3)<>"" then
                                             %> 
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(3)%>)"><%=left(zxdtmc(3),8)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                            <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(4)<>"" then
                                             %>
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(4)%>)"><%=left(zxdtmc(4),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(5)<>"" then
                                             %> 
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(5)%>)"><%=left(zxdtmc(5),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <%
                                               end if
                                             %>
                                           </table>
                                         </td>
                                         <td width=20>
                                           
                                         </td>
                                       </tr>
                                    </table>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-9-1.png" WIDTH="244" HEIGHT="13"></TD>
                                </TR>
                              </TABLE>
                          </TD>
                          <TD background="image/layout-sy-img-2-1-3.png" WIDTH="15" HEIGHT="470"></TD>
                          <TD WIDTH="667" HEIGHT="470">
                              <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="470">
                                <TR>
                                  <TD background="image/layout-sy-img-4-1-1.png" WIDTH="667" HEIGHT="24">
                                  
                                   <font size=2 color="#ffffff"><b>       欢迎您来到凤凰国际婚恋交友网</b></font>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-2-1.png" WIDTH="667" HEIGHT="9"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-3-1.png" WIDTH="667" HEIGHT="171">
                                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="171">
                                      <tr height=4>
                                        <td width=20>
                                        </td>
                                        <td>
                                          
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                      <tr>
                                        <td width=20>
                                        </td>
                                        <td width=627  valign=top height=163>
                                          <table border="0" cellspacing="0" cellpadding="0" width=627 height=163>
                                             <tr>
                                                <td >
                                                  <table border="0" cellspacing="0" cellpadding="0" width=452 height=163>
                                                    <tr>
                                                      <td width="452" style="word-break:break-all;line-height:150%">1. 隐私,安全,匿名电子邮件。<br>
														2. 免费注册,简单和快速。不花费你的一分钱。<br>
														3. 我们的会员来自世界各地。<br>
														4. 我们帮助会员找到伴侣,已有超过十年的经验。<Br>
														5. 免费搜索和双向匹配!<br> </td>
                                                    </tr>
                                                    <tr height="20">
                                                      <td valign=middle> </td>
                                                    </tr>
                                                  </table>
                                                </td>
                                                <td width=200 align=center>
                                                  <%
                                                     if cgltp<>"" then
                                                  %>
                                                    <IMG src="<%=cgltp%>" width=180 height=160 style="cursor:hand" onClick="javascript:dsuccess()">
                                                  <%
                                                     end if                                                  
                                                  %>
                                                </td>
                                             </tr>
                                          </table>
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                      <tr height=4>
                                        <td width=20>
                                        </td>
                                        <td>
                                          
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                    </table>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-4-1.png" WIDTH="667" HEIGHT="10"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-5-1.png" WIDTH="667" HEIGHT="100">
                                               
                                   <font size=2 color="#ffffff"><b></b></font>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-6-1.png" WIDTH="667" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-7-1.png" WIDTH="667" HEIGHT="218">
                                   <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="218">
                                      <tr height=8>
                                        <td width=19>                                        </td>
                                        <td>                                        </td>
                                        <td width=491>                                        </td>
                                      </tr>
                                      <tr>
                                        <td width=19>                                        </td>
                                        <td width=131 style="word-break:break-all;line-height:150%" valign=top><img src="image/indech1.jpg" width=120 height="90" style="cursor:hand" onClick="javascript:dregist()"><br></td>
										<td valign=middle><font size="2">我想告诉你,我认识了一个了不起的家伙,他的甜默,大方,非常有爱心,当然我遇到他通过你的代理,这是一个奇迹。确定它的早期,但我非常非常高兴,他也是如此。感谢您帮助你改变我的生活。 英</font><br></td>
										
                                        <td width=23>                                        </td>
                                      </tr>
                                      <tr>
                                        <td></td>
                                        <td style="word-break:break-all;line-height:150%" valign=top></td>
                                        <td valign=middle></td>
                                        <td></td>
                                      </tr>
                                      <tr>
                                        <td></td>
                                        <td style="word-break:break-all;line-height:150%" valign=top><img src="image/indech2.jpg" width=120 height="90" style="cursor:hand" onClick="javascript:dregist()"></td>
										<td width=491 style="word-break:break-all;line-height:150%" valign=top><strong><font size="2">“我们希望与你们分享这个故事。</font></strong><font size="2"> Kurt来自德国,我们通信2个月后,他来中国拜访我,我们发现我是非常的爱彼此, 他非常诚实, 守信和彬彬有礼..我的家人和朋友都为我感到高兴,现在,下一步他将在圣诞节来和我举行婚礼。 <strong>一切都很完美。谢谢你的一切。</strong> “ </font></td>
                                        <td valign=middle> </td>
                                        <td width="3"></td>
                                      </tr>
                                      <tr height=8>
                                        <td width=19>                                        </td>
                                        <td>                                        </td>
                                        <td width=491>                                        </td>
                                      </tr>
                                    </table>
                                   </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-8-1.png" WIDTH="667" HEIGHT="4"></TD>
                                </TR>
                              </TABLE>
                          </TD>
                          <TD background="image/layout-sy-img-2-1-5.png" WIDTH="40" HEIGHT="470"></TD>
                        </TR>
                      </TABLE>
                  </TD>
                </TR>
                <TR>
                  <TD WIDTH="1004" HEIGHT="16">
                      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT=16">
                        <TR>
                          <TD background="image/layout-sy-img-5-5-1.png" WIDTH="39" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-2.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-3.png" WIDTH="20" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-4.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-5.png" WIDTH="21" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-6.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-7.png" WIDTH="39" HEIGHT="16"></TD>
                        </TR>
                      </TABLE>
                  </TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-6-1.png" WIDTH="1004" HEIGHT="29"></TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-7-1.png" WIDTH="1004" HEIGHT="163">
                  <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="156">
                      <tr>
                        <td width=40>
                        </td>
                        <td width=924 height=156>
                         <marquee  width=924 height=146 align=mmiddle direction="right" behavior=alternate loop=-1 scrollamount=3 scrolldelay=3 hspace=8 vspace=5 onMouseOver="this.stop()" onMouseOut="this.start()">
                             <%
                               do while not rs_m.eof
                                 myhzp=rs_m("ZPDZ")
                             %>
                                  <img src="<%=myhzp%>" width=130 height=140>
                             <%
                                rs_m.movenext
                                  if rs_m.eof then exit do
                                  
                               loop
                               
                               rs_m.close
                               set rs_m=nothing
                             %>
                         </marquee>
                        </td>
                        <td width=40>
                        </td>
                      </tr>
                    </table>
                  </TD>
                </TR>
              </TABLE>
        </TD>
      </TR>
<!--#include file="bottom.asp"-->
   </form>
    </TABLE>
    </center> 
  </BODY>
</HTML>
<!--#include file="include/disconn_znx.asp"-->
<!--#include file="include/disconn.asp"-->


 

 

 

修改后的网页:

<!--#include file="include/conn1.asp"-->
<!--#include file="include/conn_znx.asp"-->
<meta name="keywords" content=" 海外华人征婚,西方男士征婚,白领征婚,红娘婚介,交友,国际爱情, 国际婚姻,欧洲华人,德国华人,大陆女人, 香港交友,香港征婚, 台湾交友, 台湾征婚, 美女征婚, 富人征婚, 老百姓征婚, 恋爱技巧,成功案例, " />
<meta name="description" content=" 凤凰国际婚恋交友网,中国最严肃的征婚交友网,成立十多年来,真诚为中国单身男女和海外华人服务, 获得客户的好评,有极好的信誉。 " />

<style type="text/css">
div{
width:1004;border:1px solid white;
text-align:left;
padding: 1px 1px 1px 1px; 
margin: 0px; 
background-color: white; 
}
.div_li{
overflow:hidden;
float:left; 
height:180px;
border:1px solid #cfdae8; 
width:499px; 
margin-left:1px; 
margin-top:1px;
}
ul { margin-left:1px; margin-top:1px; width:505px; }
img{
border:none;
}
li{ list-style-type:none;}
.li_img { 
float:left; 
width:125px; 
height:180px;
}
</style>

<%


dim zxzffs
dim zxzfje

zxzffs=request("zffs")
zxzfje=request("je")

dim rs
dim gsjs

dim zhwh

dim zxdtmc(5)
dim zxdtid(5)
dim i

dim hyalmc(6)
dim hyalid(6)

dim ozzhmc(6)
dim ozzhid(6)

dim jdwdmc(6)
dim jdwdid(6)

'jiangpeirong 测试使用
dim jprrs '会员实体数据信息
dim jpruserbean '男用户实体
dim jpruserid '男会员ID
dim jpruserbeanm '女用户实体
dim jpruseridm '女会员ID
dim sp1
dim sp2
dim sp3
'dim jprusername '会员姓名
'dim jprage	'会员年龄
'dim jprhigh '会员身高
'dim jprweight '会员体重
'dim jprtel '会员电话
'dim jprdesc '会员自我描述
'dim jpr_men(30) '所有男性信息
'dim jpr_women(30) '所有女性信息

dim myhzp
dim wyhzp

dim sql_m    '顶部照片男
dim sql_w   '顶部照片女

dim rs_m
dim rs_w

dim wzzwmc  '网站名称

dim cgltp '成功率照片

'成功率图片
sql="select CGTP from FH_CGTP"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    cgltp=rs("CGTP")
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing


'网站名称
sql="select ZWMC from FH_WZMC"
set rs=conn.execute(sql)

if Err.number<>0 then
  response.write(wrong)
end if

do while not rs.eof
   wzzwmc=rs("ZWMC")
   rs.movenext
     if rs.eof then exit do
loop

rs.close
set rs=nothing


'顶部照片男
'sql_m="select top 30 ZPDZ from FH_HYZP_SH where XB='0' and SYTP='1' and ZPDZ<>null"
sql_m="select top 10 * from FH_HYZP_SH where XB='0' and SYTP='1' and ZPDZ<>null"
set rs_m=conn_znx.execute(sql_m)
if Err.number<>0 then
   response.write(wrong)
end if

'顶部照片女
'sql_w="select top 30 ZPDZ from FH_HYZP_SH where XB='1' and SYTP='1' and ZPDZ<>null"
sql_w="select top 10 * from FH_HYZP_SH where XB='1' and SYTP='1' and ZPDZ<>null"
set rs_w=conn_znx.execute(sql_w)
if Err.number<>0 then
   response.write(wrong)
end if

'公司介绍
sql="select ZWJJ from FH_GSJS order by ID desc"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
  gsjs=rs("ZWJJ")
  
   if gsjs<>"" then
      exit do
   end if
  
  rs.movenext
    if rs.eof then exit do
loop

rs.close
set rs=nothing

gsjs=left(gsjs,175)

'中华文化
sql="select top 1 ZWJJ from FH_WHJS "
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
  zhwh=rs("ZWJJ")
  rs.movenext
    if rs.eof then exit do
loop

zhwh=left(zhwh,446)


rs.close
set rs=nothing

'response.write("1")
'最新动态

sql="select top 5 ZWMC,ID from FH_ZXDT order by ID desc"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

i=0

do while not rs.eof
    if i= 5 then 
       exit do
    end if
    
   zxdtmc(i)=rs("ZWMC")
   zxdtid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'国际婚姻与爱情
sql="select top 7 ID,ZWMC from FH_GJAQ"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   hyalmc(i)=rs("ZWMC")
   hyalid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'纵横欧洲
sql="select top 7 ID,ZWMC from FH_OZZH"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   ozzhmc(i)=rs("ZWMC")
   ozzhid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'经典问答
sql="select top 7 ID,ZWMC from FH_GJHY"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if

do while not rs.eof
    if i= 6 then 
       exit do
    end if
    
   jdwdmc(i)=rs("ZWMC")
   jdwdid(i)=rs("ID")
    i=i+1
    rs.movenext
      if rs.eof then exit do
loop

rs.close
set rs=nothing

i=0

'msn
dim msndz
dim msn_t

sql="select MC,NC from FH_MSN"
set rs=conn.execute(sql)

if Err.number<>0 then
   response.write(wrong)
end if
rs.close
set rs=nothing

dim zwnc



%>
<%
'**************************************************
'函数名:strLength
'作  用:求字符串长度。汉字算两个字符,英文算一个字符。
'参  数:str  ----要求长度的字符串
'返回值:字符串长度
'**************************************************
Function strLength(str)
 ON ERROR RESUME NEXT
 dim WINNT_CHINESE
 WINNT_CHINESE    = (len("中国")=2)
 if WINNT_CHINESE then
        dim l,t,c
        dim i
        l=len(str)
        t=l
        for i=1 to l
         c=asc(mid(str,i,1))
            if c<0 then c=c+65536
            if c>255 then
                t=t+1
            End if
        next
        strLength=t
    Else
        strLength=len(str)
    End if
    if err.number<>0 then err.clear
End Function
'**************************************************
'函数名:Strsub
'作  用:截取字符串.
'参  数:str  ----要求长度的字符串
'返回值:字符串长度
'**************************************************
Function Strsub(str,lennum,s) 
If Not IsNull(str) Then 
Dim p_num,x 
Dim i 
If strLength(str)<=lennum Then 
Strsub=str 
Else 
p_num=0 
x=0 
Do While Not p_num > lennum-2 
x=x+1 
If Asc(Mid(str,x,1))<0 Then 
p_num=Int(p_num) + 2 
Else 
p_num=Int(p_num) + 1 
End If 
Strsub=Left(Trim(str),x)&s '截取后定义超出部分内容的显示方式 
Loop 
End If 
Else 
Strsub="Null" 
End If 
End Function 
%>
<!--<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">-->
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<HTML>
  <HEAD>
    <TITLE><%=wzzwmc%>首页</TITLE>
  </HEAD>
  <script language="javascript" src="include/md5.js"></script>
  <script language="javascript">
    function dhome()
    {
      window.location.href="index.asp";
    }
    function dparty()
    {
      window.location.href="zxhd.asp";
    }
    function dtrans()
    {
      window.location.href="fysf.asp";
    }
    function dchina()
    {
      window.location.href="zhwh.asp";
    }
    function dsuccess()
    {
      window.location.href="cgal.asp";
    }
    function dvisa()
    {
      window.location.href="qzzx1.asp";
    }
    function dmarry()
    {
      window.location.href="hyal.asp";
    }
    function dask()
    {
      window.location.href="jdwd.asp";
    }
    function deurope()
    {
      window.location.href="ozzp.asp";
    }
    function dcooprate()
    {
      window.location.href="hzjm.asp";
    }
    function dpay()
    {
      window.location.href="zxzf.asp";
    }
    function doffer()
    {
      window.location.href="rczp.asp";
    }
    function dcontact()
    {
      window.location.href="lxwm.asp";
    }
    function ddnew(id)
    {
      window.location.href="zxhd.asp?ID="+id;
    }
    function ddmarry(id)
    {
      window.location.href="dhyal.asp?ID="+id
    }
    function ddeurope(id)
    {
      window.location.href="dozzp.asp?ID="+id
    }
    function ddask(id)
    {
      window.location.href="djdwd.asp?ID="+id;
    }
    function dregist()
    {
     window.location.href="fwtk.asp";
    }
    function dhydr()
    {  
      var zxzfje;
      var zxzffs;
      
      zxzfje="<%=zxzfje%>";
      zxzffs="<%=zxzffs%>";
      
      if(document.all.mc.value=='')
      {
        alert('请输入用户名');
        document.all.mc.focus();
        return false;
      }
      if(document.all.mm.value=='')
      {
        alert('请输入密码');
        document.all.mm.focus();
        return false;
      }
      window.location.href="checkuser.asp?user="+escape(document.all.mc.value)+"&passwd="+hex_md5(document.all.mm.value)+"&zxzffs="+zxzffs+"&zxzfje="+zxzfje;
      
    }
 function dend()
 {
   window.location.href="quit.asp";
 }
 function dhyzx()
 {
   window.location.href="yhzx.asp";
 }
 function dgsjs()
 {
   window.location.href="gsjs.asp";
 }
  function dmxhy()
 {
   window.location.href="nxhy.asp";
 }
   function dwxhy()
 {
   window.location.href="vxhy.asp";
 }
 function xzmm()
 {
   window.location.href="xzmm.asp";
 }
  </script>
  
  
  
  <BODY  leftmargin=0 topmargin=0>
  <center>
  <form name="main" action="" method="post">
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
      <TR>
        <TD background="image/layout-sy-img-1-1.png" WIDTH="1004" HEIGHT="208">
          <embed src="swf/banner.swf" quality="high" 
                      pluginspage="http://www.macromedia.com/go/getflashplayer" 
                      type="application/x-shockwave-flash" width="1004" wmode="transparent" height="100%">
          </embed>
        </TD>
      </TR>
      <TR>
        <TD WIDTH="1004" HEIGHT="868">
            <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="868">
                <TR>
                  <TD background="image/layout-sy-img-1-1-1.png" WIDTH="1004" HEIGHT="10"></TD>
                </TR>
                <TR>
                  <TD  WIDTH="1004" HEIGHT="156">
                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="156">
                      <tr>
                        <td width=40>
                        </td>
                        <td width=924 height=156>
						 <!--Test Start-->
						<div>
						 <%
                               do while not rs_w.eof
                                 wyhzp=rs_w("ZPDZ")
								 jpruserid=rs_w("YHID")
								 jprsql="select * from FH_HYZC where [ID]=" & jpruserid
								 set jpruserbean=conn.execute(jprsql)
								 if Err.number<>0 then
									response.write(wrong)
								 end if
								 'jprusername = jpruserbean("NM")
                         %> 
						 <li class="div_li">
									<img class="li_img" src="<%=wyhzp%>" alt="<%=jpruserbean("NM")%>" />
									<font color="red">会员ID:<%=rs_w("YHID")%></font>                                  
									<a href="<%=rs_w("SZP1")%>"><img src="http://www.2ai2.com/images/ico1.gif"/></a>
									<a href="<%=rs_w("SZP2")%>"><img src="http://www.2ai2.com/images/ico2.gif"/></a>
									<a href="<%=rs_w("SZP3")%>"><img src="http://www.2ai2.com/images/ico3.gif"/></a>
									<br/>
									我的姓名:<img src="http://www.2ai2.com/adminlooe/editor/UploadFile/20071025233210578.gif"/><%=jpruserbean("NM")%>,母语:<%=jpruserbean("MY")%>,体重:<%=jpruserbean("TZ")%>Kg,身高<%=jpruserbean("SG")%>cm.简要描述:<%=Strsub("" & jpruserbean("GXSM") & "",100,"...")%></b><br/>
									<b>我的联系方式:手机(<%=jpruserbean("SJHM")%>),座机(<%=jpruserbean("DHHM")%>),Email(<%=jpruserbean("YHMSN")%>|<%=jpruserbean("MSN")%>)</b>
						</li>
						<%
								jpruserbean.close
								set jpruserbean=nothing
                                rs_w.movenext
								  
                                  if rs_w.eof then exit do
                               loop
                               rs_w.close
                               set rs_w=nothing
                        %>
						</div><!--Test End-->
                        </td>
                        <td width=40>
                        </td>
                      </tr>
                    </table>
					
                  </TD>
                </TR>
                <TR>
                  <TD  WIDTH="1004" HEIGHT="24"></TD>
                </TR>
                <TR>
                  <TD WIDTH="1004" HEIGHT="470">
                     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="470">
                        <TR>
                          <TD background="image/layout-sy-img-2-1-1.png" WIDTH="38" HEIGHT="470"></TD>
                          <TD WIDTH="244" HEIGHT="470">
                              <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="470">
                                <TR>
                                  <TD background="image/layout-sy-img-3-1-1.png" WIDTH="244" HEIGHT="9"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-2-1.png" WIDTH="244" HEIGHT="33"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-3-1.png" WIDTH="244" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD WIDTH="244" HEIGHT="130">
                                       <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="130">
                                        <TR>
                                          <TD background="image/layout-sy-au-img-1-1.png" WIDTH="244" HEIGHT="96" valign=top>
                                                         
                                                         
                                                 
                                           <%
                                             if (session("username"))="" or isnull((session("username"))) then
                                           %>
                                              <font size=2 color="#eb44e4" style="cursor:hand" οnclick="javascript:xzmm()"><b>忘记密码</b></font>
                                           <%
                                             end if
                                           %>
                                           <br><br>
                                            <%
                                              if (session("username"))="" or isnull((session("username"))) then
                                            %>
                                            <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" >
                                              <tr>
                                                <td align=right>
                                                  <font size=2>用户名:</font>
                                                </td>
                                                <td width=155>
                                                  <input type="text" name="mc" value="" size=15 maxlength="255">
                                                </td>
                                              </tr>
                                              <tr>
                                                <td align=right>
                                                  <font size=2>密 码:</font>
                                                </td>
                                                <td width=155>
                                                  <input type="Password" name="mm" value="" size=15 maxlength="255">
                                                </td>
                                              </tr>
                                            </table>
                                            <%else
                                            %>
                                            <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" >
                                              <tr>
                                                <td width=80>
                                                  
                                                </td>
                                                <td>
                                                  <font size=2>用户名:<%=session("username")%></font>
                                                </td>
                                               </tr>
                                               <td width=80>
                                                  
                                                </td>
                                                <td>
                                                  <font size=2>等级:
                                                  <%
                                                    if session("dj")="0" and session("sh")="1" then
                                                  %>
                                                  普通会员
                                                  <%
                                                    elseif session("dj")="1" and session("sh")="1" then
                                                  %>
                                                  黄金会员
                                                  <%
                                                    elseif session("dj")="2" and session("sh")="1" then
                                                  %>
                                                 钻石会员
                                                  <%
                                                    elseif session("dj")="0" and session("sh")="0" then
                                                  %>
                                                  未审核会员
                                                  <%
                                                    end if
                                                  %>
                                                  </font>
                                                </td>
                                               </tr>
                                            </table>
                                            <%
                                              end if
                                            %>
                                          </TD>
                                        </TR>
                                        <TR>
                                          <TD  WIDTH="244" HEIGHT="18">
                                               <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="18">
                                                <TR>
                                                  <TD background="image/layout-sy-au1-img-1-1.png" WIDTH="48" HEIGHT="18"></TD>
                                                  <%
                                                    if session("username")="" or isnull(session("username")) then
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-2.png" WIDTH="70" HEIGHT="18" style="cursor:hand" onClick="javascript:dregist()"></TD>
                                                  <%
                                                    else
                                                  %>
                                                  <TD  WIDTH="70" HEIGHT="18" >
                                                   <font size=2 color="#FF00FF" οnclick="javascript:dend()" style="cursor:hand">离开</font>
                                                  </TD>
                                                  <%  
                                                    end if
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-3.png" WIDTH="18" HEIGHT="18"></TD>
                                                  <%
                                                    if session("username")="" or isnull(session("username")) then
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-4.png" WIDTH="70" HEIGHT="18" style="cursor:hand" onClick="javascript:dhydr()"></TD>
                                                  <%
                                                    else
                                                  %> 
                                                  <TD  WIDTH="70" HEIGHT="18">
                                                    <font size=2 color="#FF00FF" οnclick="javascript:dhyzx()" style="cursor:hand">会员中心</font>
                                                  </TD>
                                                  <%  
                                                    end if
                                                  %>
                                                  <TD background="image/layout-sy-au1-img-1-5.png" WIDTH="38" HEIGHT="18"></TD>
                                                </TR>
                                              </TABLE>
                                          </TD>
                                        </TR>
                                        <TR>
                                          <TD background="image/layout-sy-au-img-3-1.png" WIDTH="244" HEIGHT="16"></TD>
                                        </TR>
                                      </TABLE>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-5-1.png" WIDTH="244" HEIGHT="13"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-6-1.png" WIDTH="244" HEIGHT="33"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-7-1.png" WIDTH="244" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-8-1.png" WIDTH="244" HEIGHT="217">
                                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="244" HEIGHT="217">
                                       <tr height=10>
                                         <td width=20>
                                           
                                         </td>
                                         <td>
                                           
                                         </td>
                                         <td width=20>
                                           
                                         </td>
                                       </tr>
                                       <tr>
                                         <td width=20>
                                           
                                         </td>
                                         <td width="204" valign=top>
                                           <table BORDER="0" CELLSPACING="2" CELLPADDING="2" WIDTH="204" >
                                             <%
                                               if zxdtmc(0)<>"" then
                                             %>
                                             <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(0)%>)"><%=left(zxdtmc(0),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                            <%
                                               end if
                                               
                                               if zxdtmc(1)<>"" then
                                            %>  
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(1)%>)"><%=left(zxdtmc(1),10)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(2)<>"" then
                                             %>
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(2)%>)"><%=left(zxdtmc(2),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                               end if
                                               
                                               if zxdtmc(3)<>"" then
                                             %> 
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(3)%>)"><%=left(zxdtmc(3),8)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                            <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(4)<>"" then
                                             %>
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(4)%>)"><%=left(zxdtmc(4),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3  height=3>
                                                
                                               </td>
                                             </tr>
                                             <%
                                                end if
                                                
                                                if zxdtmc(5)<>"" then
                                             %> 
                                              <tr>
                                               <td valign=middle width="10" align=right>
                                                <img src="image/fang2.gif">
                                               </td>
                                               <td width=184 style="word-break:break-all">
                                                 <font size=2 style="cursor:hand" οnclick="javascript:ddnew(<%=zxdtid(5)%>)"><%=left(zxdtmc(5),12)%>...</font>
                                               </td>
                                               <td valign=middle>
                                                 <img src="image/jt.png">
                                               </td>
                                             </tr>
                                             <tr>
                                               <td colspan=3 background="image/ct.gif" height=1>
                                                
                                               </td>
                                             </tr>
                                             <%
                                               end if
                                             %>
                                           </table>
                                         </td>
                                         <td width=20>
                                           
                                         </td>
                                       </tr>
                                    </table>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-3-9-1.png" WIDTH="244" HEIGHT="13"></TD>
                                </TR>
                              </TABLE>
                          </TD>
                          <TD background="image/layout-sy-img-2-1-3.png" WIDTH="15" HEIGHT="470"></TD>
                          <TD WIDTH="667" HEIGHT="470">
                              <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="470">
                                <TR>
                                  <TD background="image/layout-sy-img-4-1-1.png" WIDTH="667" HEIGHT="24">
                                  
                                   <font size=2 color="#ffffff"><b>       欢迎您来到凤凰国际婚恋交友网</b></font>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-2-1.png" WIDTH="667" HEIGHT="9"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-3-1.png" WIDTH="667" HEIGHT="171">
                                    <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="171">
                                      <tr height=4>
                                        <td width=20>
                                        </td>
                                        <td>
                                          
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                      <tr>
                                        <td width=20>
                                        </td>
                                        <td width=627  valign=top height=163>
                                          <table border="0" cellspacing="0" cellpadding="0" width=627 height=163>
                                             <tr>
                                                <td >
                                                  <table border="0" cellspacing="0" cellpadding="0" width=452 height=163>
                                                    <tr>
                                                      <td width="452" style="word-break:break-all;line-height:150%">1. 隐私,安全,匿名电子邮件。<br>
														2. 免费注册,简单和快速。不花费你的一分钱。<br>
														3. 我们的会员来自世界各地。<br>
														4. 我们帮助会员找到伴侣,已有超过十年的经验。<Br>
														5. 免费搜索和双向匹配!<br> </td>
                                                    </tr>
                                                    <tr height="20">
                                                      <td valign=middle> </td>
                                                    </tr>
                                                  </table>
                                                </td>
                                                <td width=200 align=center>
                                                  <%
                                                     if cgltp<>"" then
                                                  %>
                                                    <IMG src="<%=cgltp%>" width=180 height=160 style="cursor:hand" onClick="javascript:dsuccess()">
                                                  <%
                                                     end if                                                  
                                                  %>
                                                </td>
                                             </tr>
                                          </table>
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                      <tr height=4>
                                        <td width=20>
                                        </td>
                                        <td>
                                          
                                        </td>
                                        <td width=20>
                                        </td>
                                      </tr>
                                    </table>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-4-1.png" WIDTH="667" HEIGHT="10"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-5-1.png" WIDTH="667" HEIGHT="100">
                                               
                                   <font size=2 color="#ffffff"><b></b></font>
                                  </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-6-1.png" WIDTH="667" HEIGHT="11"></TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-7-1.png" WIDTH="667" HEIGHT="218">
                                   <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="667" HEIGHT="218">
                                      <tr height=8>
                                        <td width=19>                                        </td>
                                        <td>                                        </td>
                                        <td width=491>                                        </td>
                                      </tr>
                                      <tr>
                                        <td width=19>                                        </td>
                                        <td width=131 style="word-break:break-all;line-height:150%" valign=top><img src="image/indech1.jpg" width=120 height="90" style="cursor:hand" onClick="javascript:dregist()"><br></td>
										<td valign=middle><font size="2">我想告诉你,我认识了一个了不起的家伙,他的甜默,大方,非常有爱心,当然我遇到他通过你的代理,这是一个奇迹。确定它的早期,但我非常非常高兴,他也是如此。感谢您帮助你改变我的生活。 英</font><br></td>
										
                                        <td width=23>                                        </td>
                                      </tr>
                                      <tr>
                                        <td></td>
                                        <td style="word-break:break-all;line-height:150%" valign=top></td>
                                        <td valign=middle></td>
                                        <td></td>
                                      </tr>
                                      <tr>
                                        <td></td>
                                        <td style="word-break:break-all;line-height:150%" valign=top><img src="image/indech2.jpg" width=120 height="90" style="cursor:hand" onClick="javascript:dregist()"></td>
										<td width=491 style="word-break:break-all;line-height:150%" valign=top><strong><font size="2">“我们希望与你们分享这个故事。</font></strong><font size="2"> Kurt来自德国,我们通信2个月后,他来中国拜访我,我们发现我是非常的爱彼此, 他非常诚实, 守信和彬彬有礼..我的家人和朋友都为我感到高兴,现在,下一步他将在圣诞节来和我举行婚礼。 <strong>一切都很完美。谢谢你的一切。</strong> “ </font></td>
                                        <td valign=middle> </td>
                                        <td width="3"></td>
                                      </tr>
                                      <tr height=8>
                                        <td width=19>                                        </td>
                                        <td>                                        </td>
                                        <td width=491>                                        </td>
                                      </tr>
                                    </table>
                                   </TD>
                                </TR>
                                <TR>
                                  <TD background="image/layout-sy-img-4-8-1.png" WIDTH="667" HEIGHT="4"></TD>
                                </TR>
                              </TABLE>
                          </TD>
                          <TD background="image/layout-sy-img-2-1-5.png" WIDTH="40" HEIGHT="470"></TD>
                        </TR>
                      </TABLE>
                  </TD>
                </TR>
                <TR>
                  <TD WIDTH="1004" HEIGHT="16">
                      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT=16">
                        <TR>
                          <TD background="image/layout-sy-img-5-5-1.png" WIDTH="39" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-2.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-3.png" WIDTH="20" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-4.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-5.png" WIDTH="21" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-6.png" WIDTH="295" HEIGHT="16"></TD>
                          <TD background="image/layout-sy-img-5-5-7.png" WIDTH="39" HEIGHT="16"></TD>
                        </TR>
                      </TABLE>
                  </TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-6-1.png" WIDTH="1004" HEIGHT="29"></TD>
                </TR>
                <TR>
                  <TD background="image/layout-sy-img-1-7-1.png" WIDTH="1004" HEIGHT="163">
                  <table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="1004" HEIGHT="156">
                      <tr>
                        <td width=40>
                        </td>
                        <td width=924 height=156>
<!--Test Start-->
						<div>
						 <%
                               do while not rs_m.eof
                                 myhzp=rs_m("ZPDZ")
								 sp1=rs_m("SZP1")
								 sp2=rs_m("SZP2")
								 sp3=rs_m("SZP3")
								 'response.write(myhzp)
								 'response.write(rs_m("YHID"))
								 'jpruseridm=
								 jprsql="select * from FH_HYZC where [ID]=" & rs_m("YHID") 
								 set jpruserbeanm=conn.execute(jprsql)
								 if Err.number<>0 then
									response.write(wrong)
								 end if
								 'jprusername = jpruserbean("NM")
                         %> 
						 <li class="div_li">
									<img class="li_img" src="<%=myhzp%>" alt="<%=jpruserbeanm("NM")%>" />
									<font color="red">会员ID:<%=rs_m("YHID")%></font>                                  
									<a href="<%=sp1%>"><img src="http://www.2ai2.com/images/ico1.gif"/></a>
									<a href="<%=sp2%>"><img src="http://www.2ai2.com/images/ico2.gif"/></a>
									<a href="<%=sp3%>"><img src="http://www.2ai2.com/images/ico3.gif"/></a>
									<br/>
									我的姓名:<img src="http://www.2ai2.com/adminlooe/editor/UploadFile/20071025233210578.gif"/><%=jpruserbeanm("NM")%>,母语:<%=jpruserbeanm("MY")%>,体重:<%=jpruserbeanm("TZ")%>Kg,身高<%=jpruserbeanm("SG")%>cm.简要描述:<%=Strsub("" & jpruserbeanm("GXSM") & "",100,"...")%></b><br/>
									<b>我的联系方式:手机(<%=jpruserbeanm("SJHM")%>),座机(<%=jpruserbeanm("DHHM")%>),Email(<%=jpruserbeanm("YHMSN")%>|<%=jpruserbeanm("MSN")%>)</b>
						</li>
						<%
								jpruserbeanm.close
								set jpruserbeanm=nothing
                                rs_m.movenext
								  
                                  if rs_m.eof then exit do
                               loop
                               rs_m.close
                               set rs_m=nothing
                        %>
						</div><!--Test End-->
                        </td>
                        <td width=40>
                        </td>
                      </tr>
                    </table>
                  </TD>
                </TR>
              </TABLE>
        </TD>
      </TR>
<!--#include file="bottom.asp"-->
   </form>
    </TABLE>
    </center> 
  </BODY>
</HTML>
<!--#include file="include/disconn_znx.asp"-->
<!--#include file="include/disconn.asp"-->


 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值