?? editad.asp
字號:
<!--#include file="conn.asp"-->
<%
if session("admin")="" then
response.Redirect"login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<%
dim id,strsql,rs
id=request.querystring("id")
session("id")=id
set rs=server.CreateObject("adodb.recordset")
strsql="select * from adminxx where id="&id
rs.open strsql,conn,1,3
%>
<body>
<form name="form1" method="post" action="addadsava.asp">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="c">
<tr>
<td height="30" align="center" bgcolor="#00CCFF">管理員添加</td>
</tr>
<tr>
<td height="30" align="center"><label>管理員:
<input name="admin" type="text" class="biaodang" id="admin" value="<%=rs("Admin_MName")%>">
</label></td>
</tr>
<tr>
<td height="30" align="center">密 碼:
<label>
<input name="pass" type="text" class="biaodang" id="pass" value="<%=rs("Admin_MPass")%>">
</label></td>
</tr>
<tr>
<td height="30" align="center"><label>
<input name="Submit" type="submit" class="biaodang" value="添加">
<input name="Submit2" type="reset" class="biaodang" value="重置">
</label></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#00CCFF"> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -