📄 shop_addwebmaster.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<%
newid=request.form("newid")
webm_name=request.form("username")
webm_password=request.form("password")
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from mailshopping where id="&newid&""
rs.open sql,conn,3,3
if rs.eof then
response.write""
else
rs("webmasterpassword")=webm_password
rs("webmastername")=webm_name
rs.update
%>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<div align="center">
<center>
<TABLE border=1 cellPadding=0 cellSpacing=0 width=760 bordercolor="#6687BA" style="border-collapse: collapse" height="185"><TBODY>
<TR>
<TD vAlign=top height="185"> <P> </P>
<P> </P>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center">提交成功!您的邮局将在0-12小时内开通,请注意到您的邮箱查收开通信息。请您重新登陆管理中心进行管理</div>
</td>
</tr>
</table>
<br>
</TD>
</TR>
</TABLE>
</center>
</div>
<!--#include file="foot.asp"-->
</body>
<% end if
'rs.close
'set rs=nothing
'set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -