host name.htm

来自「《PHP专业项目实例开发》源代码」· HTM 代码 · 共 37 行

HTM
37
字号
<html>
<head>
<title>Hostname Validator</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p>&nbsp;</p>
<form name="form1" method="post" action="hostname.php">
  <table width="400" border="1" align="center" cellpadding="5">
    <tr> 
      <td colspan="2"> 
        <div align="center"><b>Enter a host name to test</b></div>
      </td>
    </tr>
    <tr> 
      <td width="23%">Hostname </td>
      <td width="77%"> 
        <p>http:// 
          <input type="text" name="hostname" size="30">
        </p>
        <p>example : ( www.google.com )</p>
      </td>
    </tr>
    <tr> 
      <td colspan="2"> 
        <div align="center">
          <input type="submit" name="Submit" value="Submit">
        </div>
      </td>
    </tr>
  </table>
</form>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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