LOGIN.SHT
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:0k
源码类别:

操作系统开发

开发平台:

DOS

  1. ##header##
  2. <form method="post" action="dologin.cgi">
  3. <p><b>Hint: The userid and password can be found in TCP.CFG and on the console</b></p>
  4. <table bgcolor="#C0C0C0" border=0 >
  5.     <tr><td>Userid:</td>
  6.         <td><input type="TEXT" name="Userid"></td></tr>
  7.     <tr><td>Password:</td>
  8.         <td><input type="TEXT" name="Password"></td></tr>
  9. </table>
  10. <br><br>
  11. <input type="submit" value="Login" >
  12. </form>
  13. ##tail##