INDEX.SHT
Upload User: sunrenlu
Upload Date: 2022-06-13
Package Size: 1419k
Code Size: 0k
Category:

OS Develop

Development Platform:

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##