以下是代码片段: <table width="755" border="0" align="center" cellspacing="1" style="font-size:13px; "> <form name="form1" method="POST" action="check.asp"> <tr align="center" bgcolor="#eeeeee"> <td height="35" colspan="2" style="font-size:15px; "><b>管理员入口</b></td> </tr> <tr bgcolor="#eeeeee"> <td width="308" align="right"><b>用户名:</b></td> <td width="440"><input name="name" type="text" class="table" id="name" size="25"></td> </tr> <tr bgcolor="#eeeeee"> <td align="right"><b>密 码:</b></td> <td><input name="pwd" type="password" class="table" id="pwd" size="25"></td> </tr> <tr bgcolor="#eeeeee"> <td colspan="2"> </td> </tr> <tr align="center" bgcolor="#eeeeee"> <td colspan="2"><input name="Submit" type="submit" class="table" value=" 登 录 "> <input name="Submit2" type="button" class="table" value=" 取 消 " onClick="javascript:window.location.href='http://www.windsn.com/'"></td> </tr> </form> </table> |
验证登录页check.asp<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>