如何用JBuilder编写一个用户登录界面,要求密码不能为空,使用spl server 2000数据库,最好使用MD5加密。

来源:百度知道 编辑:UC知道 时间:2024/05/20 21:02:17
急需!急需!请各位高手帮帮忙。

静态的登录界面的设计login.htm,代码如下:

<html>
<head>
<title>系统登录</title>
<style type="text/CSS">...
<!--
.style1 {...}{
font-size: 18px;
font-weight: bold;
}
.style2 {...}{font-size: 24px}
.style5 {...}{font-size: 16px}
-->
</style>
</head>
<body bgcolor="papayawhip" width="300" height="300">
<center>
<table border="2" bordercolor="black" bgcolor="lightgreen">
<tbody>
<tr>
<td><div align="center" class="style1 style2">系 统 登 录
</div></td>
</tr>
<form action="login.jsp" method="post">
<tr>
<td height="28"><span class="style5">用户名</span>