haveregist.htm

来自「asp交友程序1.0版 ,本程序使用的核心为蓝芒asp交友程序」· HTM 代码 · 共 53 行

HTM
53
字号
<html>
<head>
<style>
<!--
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: blue; text-decoration: none }
a:hover      { color: red; text-decoration: none }
-->
</style>
</head>
<body>
<div align="center">
  <center>
  <table border="1" width="400" cellspacing="0" cellpadding="0" bordercolor="#000000">
    <tr>
      <td width="100%" bgcolor="#000000">
        <p align="center"><b><font color="#FFFFFF" size="3">提示信息</font></b></td>
    </tr>
  </center>
    <tr>
      <td width="100%">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%">
              <p align="center"><font size="3">&nbsp;&nbsp;&nbsp;&nbsp;</font></td> 
          </tr> 
          <tr>
            <td width="100%">
              <p align="center"><font size="3">您在本交友中心<font color="#FF0000">已建立档案</font>,所以不能打开此页!</font></td> 
          </tr>
  <center> 
  <tr> 
            <td width="100%"> 
    <p align="center">&nbsp;&nbsp; 要修改您自己的档案吗?</p> 
    </td> 
  </tr> 
  <tr> 
            <td width="100%">  
    &nbsp;
    </td>
  </tr>
          <tr>
            <td width="100%">
              <p align="center"><font size="3"><a href="edit.asp">[修改档案]</a><a href="" onclick="history.go(-1);return false;">[后退]</a></font></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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