中文虚拟域名实现(1) (环境:中文NT)
发布时间:2006-10-14 2:39:29   收集提供:gaoqian
申请页面:
<form name="" action="asp-cgi/new.asp" method="post">
          <p><b><font color="#3366FF">域名(支持中文):</font></b><br>
          <font face="Arial, Helvetica, sans-serif">http://msstudio.net/</font>
          <input type="text" name="domain" size="6" class="unnamed1">
          <br>
          <b><font color="#3366FF">目标地址:</font></b><br>
          <font face="Arial, Helvetica, sans-serif">http:// </font>
          <input type="text" name="target" size="19" class="unnamed1">
          <br>
          <font color="#3366FF"><b>电子邮件:</b></font><br>
          <input type="text" name="email" size="25" class="unnamed1">
          <br>
          <b><font color="#3366FF">密码:</font></b><br>
          <input type="password" name="pass" size="25" class="unnamed1">
          <br>
          <b><font color="#3366FF">重复密码:</font></b> <br>
          <input type="password" name="passagain" size="25" class="unnamed1">
          <br>
            <input type="submit" name="Submit" value="Submit" class="unnamed2">
            <input type="reset" name="Submit2" value="Reset" class="unnamed2">
        </p></form>

修改页面:
<form method="post" action="asp-cgi/modify.asp">
          <p><b><font color="#3366FF">域名(支持中文):</font></b><br>
            <font face="Arial, Helvetica, sans-serif">http://msstudio.net/</font>
            <input type="text" name="domain2" size="6" class="unnamed1">
            <br>
            <b><font color="#3366FF">目标地址:</font></b><br>
            <font face="Arial, Helvetica, sans-serif">http:// </font>
            <input type="text" name="target2" size="19" class="unnamed1">
            <br>
            <font color="#3366FF"><b>电子邮件<font color="#3366FF">(不改请勿填)</font>:</b></font><br>
            <input type="text" name="email2" size="25" class="unnamed1">
            <br>
            <b><font color="#3366FF">密码:</font></b><br>
            <input type="password" name="pass2" size="25" class="unnamed1">
            <br>
            <b><font color="#3366FF">新密码(不改请勿填):</font></b><br>
            <input type="password" name="newpass2" size="25" class="unnamed1">
            <br>
            <b><font color="#3366FF"></font></b> <b><font color="#3366FF">重复新密码:</font></b>
            <br>
            <input type="password" name="newpassagain2" size="25" class="unnamed1">
            <br>
            <input type="submit" name="Submit3" value="Submit" class="unnamed2">
            <input type="reset" name="Submit22" value="Reset" class="unnamed2">
          </p>
          </form>

 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50