⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbset.htm

📁 卡管理的hta程序
💻 HTM
字号:
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="dbset.css">
<script language="javascript" src="dbset.js"></script>
<title>服务器</title>
</head>

<body bgcolor="#D6D3CE" topmargin="5" leftmargin="20">
<form name="form1">
<table border="1" cellpadding="2" cellspacing="0" width="100%" bordercolorlight="#000000" bordercolordark="#FFFFFF" height="109">
  <tr>
    <td width="21%" height="19">服务器:</td>
    <td width="79%" height="19"><input type="text" name="server" size="35"></td>
  </tr>
  <tr>
    <td width="21%" height="20">数据库:</td>
    <td width="79%" height="20"><input type="text" name="database" size="35"></td>
  </tr>
  <tr>
    <td width="21%" height="20">用户名:</td>
    <td width="79%" height="20"><input type="text" name="username" size="35"></td>
  </tr>
  <tr>
    <td width="21%" height="20">密&nbsp; 码:</td>    
    <td width="79%" height="20"><input type="password" name="password" size="35"></td>
  </tr>
  <tr>
    <td width="100%" colspan="2" align="center" height="20"><input type="button" value=" 确定 " name="B1"> 
      <input type="button" value=" 测试 " name="B3"> <input type="button" value=" 关闭 " name="B2"></td>
  </tr>
</table>
</form>
</body>

</html>

⌨️ 快捷键说明

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