📄 sf.asp
字号:
<td width="149" align="right" bgcolor="#CCCCFF" height="12">信箱:</td>
<td width="433" height="12"><%=list("mail")%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">联系方法:</td>
<td width="433" height="12"><img src=<%=list("icq_img")%> border="0"><%=list("icqnum")%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">生日:</td>
<td width="433" height="12"><%=years%>年<%=mons%>月<%=days%>日</td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">星座:</td>
<td width="433" height="12"><%=xingzuo%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">联系电话:</td>
<td width="433" height="12"><%=likes%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="11">目前居地:</td>
<td width="433" height="11"><%=address%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">简短留言:</td>
<td width="433" height="12"><%=doc%></td>
</tr>
<tr>
<td width="149" align="right" bgcolor="#CCCCFF" height="12">成员方式:</td>
<td width="433" height="12"><%=mode%></td>
</tr>
<tr>
<td width="582" colspan="2" bgcolor="#CCCCFF" height="25">
<p align="center"><input class="p9" type="submit" value=" 返回交友列表 "></p>
</td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
<%
Response.Write copyright
list.close
response.write "<script language='javascript'>" & chr(13)
response.write "alert('已经成功修改用户资料,请按确定返回!');" & Chr(13)
response.write "window.document.location.href='sf.asp?Keys=ChkAdmin';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
End if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
<!--
a:link {color:#000000;text-decoration: none}
a:visited {color:#000000;text-decoration: none}
a:active {color:#000000;text-decoration: none}
a:hover {color:red;text-decoration: none}
-->
</style>
<title>修改资料</title>
</head>
<body>
<form method="POST" action="sf.asp">
<input name="keys" type="hidden" value="EditUser">
<input name="EditUserID" type="hidden" value="<%=list("ID")%>">
<input name="action" type="hidden" value="xiu">
<div align="center">
<center>
<table border="0" width="600" bgcolor="#988CD0" cellspacing="0" cellpadding="3">
<tr>
<td width="100%">
<p align="center"><b>修 改 资 料</b></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" width="600" bgcolor="#F8EBD1" bordercolor="#988CD0" cellspacing="0" cellpadding="3" style="font-family: 宋体; font-size: 9pt">
<tr>
<td width="66" align="center">⊙-朋友列表</td>
<td width="66" align="center">⊙-朋友加入</td>
<td width="66" align="center">⊙-修改资料</td>
<td width="66" align="center">⊙-管理入口</td>
<td width="66" align="center">⊙-高级搜索</td>
<td width="220" align="center">现有<font color="#FF6600"> <!--#include file="zongshu.asp" -->
</font>位网友加入</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" width="600" bgcolor="#DFE1FF" style="font-family: 宋体; font-size: 9pt" cellspacing="0" cellpadding="3" bordercolor="#988CD0">
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">姓名:</td>
<td width="424"><input readonly maxLength="30" name="name" size="30" value="<%=list("name")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">修改密码:</td>
<td width="424"><input maxLength="30" name="password" size="10" type="password" value="<%=list("Password")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">性别:</td>
<td width="424"><select class="p9" name="sex" size="1">
<% IF list("sex")="男" Then%>
<option value="">请选择性别</option>
<option selected value="男">男</option>
<option value="女">女</option>
<%ElseIF list("sex")="女" Then%>
<option value="">请选择性别</option>
<option selected value="男">男</option>
<option value="女">女</option>
<%Else%>
<option selected value="">请选择性别</option>
<option value="男">男</option>
<option value="女">女</option>
<%End IF%>
</select></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">信箱:</td>
<td width="424"><input maxLength="50" name="mail" size="30" value="<%=list("mail")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">主页:</td>
<td width="424"><input maxLength="50" name="url" size="30" value="<%=list("URL")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">网络寻呼机:</td>
<td width="424"><select class="p9" name="icq_img" size="1">
<% IF list("icq_img") = "icq.gif" Then%>
<option value="0">没有网络寻呼机</option>
<option selected value="icq.gif">ICQ</option>
<option value="oicq.gif">OICQ</option>
<%ElseIf list("icq_img") = "oicq.gif" Then%>
<option value="0">没有网络寻呼机</option>
<option value="icq.gif">ICQ</option>
<option selected value="oicq.gif">OICQ</option>
<%Else%>
<option selected value="0">没有网络寻呼机</option>
<option value="icq.gif">ICQ</option>
<option value="oicq.gif">OICQ</option>
<%End if%>
</select>号码<input maxLength="10" name="icqnum" size="10" value="<%=list("icqnum")%>"><a href="http://www.icq.com">ICQ下载</a>
<a href="http://www.oicq.com">OICQ下载</a></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">您的生日:</td>
<td width="424"><input maxLength="4" name="years" size="4" value="<%=list("years")%>">年
<input maxLength="2" name="mons" size="2" value="<%=list("mons")%>">月
<input maxLength="2" name="days" size="2" value="<%=list("days")%>">日</td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">联系电话:</td>
<td width="424"><input maxLength="50" name="likes" size="30" value="<%=list("likes")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">联系地址:</td>
<td width="424"><input maxLength="50" name="address" size="30" value="<%=list("address")%>"></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">相片上传:</td>
<td width="424"><input readonly name="photo" value="<%=list("photo")%>" type="file" disabled >
输入Delete则删除您的相片</td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right" valign="top">简短留言:</td>
<td width="424"><textarea cols="39" name="doc" rows="3" wrap="hard" ><%=list("doc")%></textarea></td>
</tr>
<tr>
<td width="160" bgcolor="#CCCCFF" align="right">成员方式:</td>
<td width="424"><select class="p9" name="mode" size="1">
<% IF list("mode") = "同学" then%>
<option value="同学">请选择交友方式</option>
<option selected value="同学">同学</option>
<option value="网友">网友</option>
<option value="好友">好友</option>
<option value="笔友">笔友</option>
<%Elseif list("mode") = "网友" then%>
<option value="网友">请选择交友方式</option>
<option selected value="网友">网友</option>
<option value="同学">同学</option>
<option value="好友">好友</option>
<option value="笔友">笔友</option>
<%ElseIf List("mode")="好友" Then%>
<option value="网友">请选择交友方式</option>
<option value="网友">网友</option>
<option selected value="好友">好友</option>
<option value="同学">同学</option>
<option value="笔友">笔友</option>
<%ElseIf list("mode")="笔友" then%>
<option selected value="网友">请选择交友方式</option>
<option value="网友">网友</option>
<option value="同学">同学</option>
<option value="好友">好友</option>
<option selected value="笔友">笔友</option>
<%Else%>
<option selected value="网友">请选择交友方式</option>
<option value="同学">同学</option>
<option value="网友">网友</option>
<option value="好友">好友</option>
<option value="笔友">笔友</option>
<%End IF%>
</select></td>
</tr>
<tr>
<td width="584" bgcolor="#CCCCFF" colspan="2">
<p align="center">
<!-- <input class="p9" type="submit" value=" 修改 " disabled>
<input class="p9" type="reset" value=" 清除 " disabled></td>
-->
<input class="p9" type="submit" value=" 修改 ">
<input class="p9" type="reset" value=" 清除 "></td>
</tr>
</table>
</center>
</div>
<center>
<font style="color: #000000; font-family: 宋体; font-size: 9pt">
Copyright © 1999-2000
Guyee.com All rights reserved<br>
版权所有:<a href="http://www.bjzx.net/97jsj" target="_blank">97计算机</a><br>
网站维护:<a href="mailto:97jsj@163.com">97jsj</a>
</font> </center>
</forM>
</body>
</html>
<%
Response.Write copyright
List.close
End if
Else
response.write "<script language='javascript'>" & chr(13)
response.write "alert('你无权管理,请退出!');" & Chr(13)
response.write "window.document.location.href='Index.asp?action=search';"&Chr(13)
response.write "</script>" & Chr(13)
Session("admin_name")=""
Session("admin_Password")=""
response.End
End if
End Sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -