如何在网页上制作一个简单的用户登录页面?能发个代码给我吗?

来源:百度知道 编辑:UC知道 时间:2024/06/05 05:43:46
不需要注册的!固定一密码就可以了!最好是不需要用到数据库的!

<table id="logon" height="92" cellspacing="0" cellpadding="0" width="180" border="0">
<form name="Form1" method="post" action="?act=login" id="Form1">
<tr>
<td valign="middle" align="center" width="48" height="20">帐 号:</td>
<td valign="middle" width="122">
<input name="UserName" id="TextName" type="text" class="input" onmouseover="this.style.backgroundColor='#ffffff'" onmouseout="this.style.backgroundColor='#f4f4f4'" maxlength="16" size="12" style="WIDTH: 110px; HEIGHT: 20px" /></td>
</tr>
<tr>
<td valign="middle" align="center" height="20">密 码:</td>
<td valign=&quo