www.gusucode.com > 超文本多用户论坛程序 1.1 > my/delname.asp

    <!--
#######################################################
#              域名删除接口                           #
#              文件名:  delname.asp                   #
#              本地文件                               #
#              美工设计:Ardy.CN                       #
#              Email:Admin@Ardy.CN                    #
#              第一域名 http://1dns.cn                #
#######################################################
-->

<!--#include file="inc.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=TITLE%>--域名删除</title>
<link href="images/main.css" rel="stylesheet" type="text/css" />
</head>

<body>
<DIV id=container>

<!--顶部-->
<!--#include file="head.asp"-->
<!--内容-->

<!--内容-->

<DIV id=Tbody><BR><BR>
<DIV style="TEXT-ALIGN: center">

<%
sel=Request("sel")
if sel="" then sel=1
select case sel
%>

<%case 1%>
<form name="form" method="post" action="<%=server_url%>/delname.asp">
<input type=hidden name=back_url value="<%=back_url%>/delname.asp?sel=2">
   
<DIV id=MsgContent style="WIDTH: 550px">
<DIV id=MsgHead>账号注消</DIV>
<DIV id=MsgBody>

<p> </p>
<p><span class="text"><br />
  HTTP://</span>
  <input type="text" class="userpass" name="username" size="12">
  .
  <select class="userpass" name="domainname">
    <%=domain%>
  </select> 
  <span class="text">密码:</span>
  <input type="password" class="userpass" name="password" size="10" maxlength="12">
</p>
<p>  
  <input type="submit" class="userbutton" name="Submit" value=" 提 交 ">
</p>
<p> </p>
<p> </p>
<p> </p>
</DIV>
</DIV>
</form>

<%case 2%>


<DIV id=MsgContent style="WIDTH: 550px">
<DIV id=MsgHead>账号注消</DIV>
<DIV id=MsgBody>
  <p> </p>
  <p> </p>
  <p>账号注消成功!</p>
  <p> 谢谢您使用 <%=TITLE%></p>
  <p> </p>
  <p> </p>
  <p> </p>
</DIV>
</DIV>





<%end select%>



</DIV><BR><BR></DIV>

<!--底部-->

<DIV id=foot>
  <!--#include file="foot.asp"-->
  
</DIV>
</DIV>
</body>
</html>