作者:杨余斌 来自: 加入时间:2007-Mar-27
<html>
<head><title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>New Page 1</title>
<script language="javascript">
<!--
function checkdata()
{
var notnull=true;
if (reg.username.value=="")
{
reg.username.focus();
alert("请输入用户名");
notnull=false;
}
else if (reg.pwd.value=="")
{
alert("请输入密码!");
reg.pwd.focus();
notnull=false;
}
return notnull;
}
-->
</script>
</head>
<body bgcolor="#FFFFFF">
<form name="reg" action="login.asp" method="post" align="center" onsubmit="return checkdata();">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0"
width="250" bordercolor="#FFFFFF" bordercolorlight="#0080C0" bordercolordark="#FFFFFF">
<tr>
<td bgcolor="#0262A6" width="100%"> </td>
</tr>
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0"
width="100%" cellspacing="1">
<tr>
<td width="40%" align="right" bgcolor="#71C3FD" height="30" nowrap>用户:</td>
<td width="60%" bgcolor="#71C3FD" height="30">
<input type="text" name="username" size="15">
</td>
</tr>
<tr>
<td width="40%" align="right" bgcolor="#71C3FD" height="30" nowrap>密码:</td>
<td width="60%" bgcolor="#71C3FD" height="30">
<input type="password" name="pwd"
size="15">
</td>
</tr>
<tr>
<td width="100%" align="right" bgcolor="#71C3FD" colspan="2" height="32">
<input
type="submit" value="登录" name="submit" style="background-color: rgb(255,213,191); color: rgb(0,0,128)">
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
[声明]
以上文章如果标明为杨余斌自创,在转载时必须注明出处,并且不得修改文章内容,和文章内的链接等。
以上文章或资料除注明为杨余斌自创或编辑整理外,均为各方收集或网友推荐所得。其中摘录的内容以共享、研究为目的,不存在任何商业考虑。
目前网站上有些文章未注明作者或出处,甚至标注错误,此类情况出现并非不尊重作者及出处网站,而是因为有些资料来源的不规范。如果有了解作者或出处的原作者或网友,请告知,本网站将立即更正注明,并向作者或出处单位道歉。
被摘录的对象如有任何异议,请与本站联系,联系邮箱:webmaster at yangyubin.com,本站确认后将立即撤下。谢谢您的支持与理解