⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 union_psdedit.asp

📁 7k书城小偷程序。。。。。。。。。。。。。。。。。。。。。
💻 ASP
字号:
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/ wml_1.1.xml">
<!--#INCLUDE FILE="../data/conn.asp"-->
<!--#include file="union_loginoff.asp"-->
<wml>
<%
Server.ScriptTimeout=999
dim unionid
unionid=request("unionid")
if IsEmpty(unionid) then
response.redirect "union_manage.asp"
end if	
set objgbrs=Server.CreateObject("ADODB.Recordset")
sql="select * from reg Where siteid='" & unionid &"'"
objgbrs.open sql,conn,1,1
%>
<card  title="编辑帐户">
<p>
站长妮称:<input name="newregname<%=minute(time)%><%=second(time)%>" maxlength="10" value="<%=objgbrs("regname")%>"/><br/>
密码:<input name="newpass<%=minute(time)%><%=second(time)%>" maxlength="16" value="<%=objgbrs("regpsd")%>"/><br/>
QQ:<input name="newregqq<%=minute(time)%><%=second(time)%>" maxlength="12" value="<%=objgbrs("regqq")%>"/><br/>
电话:<input name="newregphone<%=minute(time)%><%=second(time)%>" maxlength="11" value="<%=objgbrs("regphone")%>"/><br/>
邮箱:<input name="newregmail<%=minute(time)%><%=second(time)%>" maxlength="20" value="<%=objgbrs("regmail")%>"/><br/>


<anchor title="确定">[确定提交]
<go href="union_psdsave.asp" method="post">
<postfield name="unionid" value="<%=unionid%>"/>
<postfield name="regname" value="$(newregname<%=minute(time)%><%=second(time)%>)"/>
<postfield name="pass" value="$(newpass<%=minute(time)%><%=second(time)%>)"/>
<postfield name="regqq" value="$(newregqq<%=minute(time)%><%=second(time)%>)"/>
<postfield name="regphone" value="$(newregphone<%=minute(time)%><%=second(time)%>)"/>
<postfield name="regmail" value="$(newregmail<%=minute(time)%><%=second(time)%>)"/>
</go></anchor><br/>
<br/><anchor>返回上页<prev/></anchor>
<br/><a href="union_infoedit.asp?unionid=<%=unionid%>">站点管理</a>
<br/><a href="union_manage.asp?unionid=<%=unionid%>">管理首页</a>
<br/><a href='union_loginexit.asp'>安全退出</a>
<br/><a href='../index.asp'><%=mywapname%></a>
<br/><%=mywaphost%>
<br/>
</p>
</card>
</wml>

<%
objgbrs.close
set objgbrs=nothing
conn.close
set conn=nothing
%>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -