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

📄 bz.asp

📁 经过一些更改的留言板
💻 ASP
字号:
<!--#include file=data.asp-->
<%
conn.close
set conn=nothing
if session("bz")="bz" then
	response.redirect ("bzyz.asp")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>:: 永久的回忆 ::</title>
<link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
</head>

<body>
<!--#include file="head.asp"-->
<script>                  
function check()               
{
	if (document.form1.name.value=="")        
	{
		alert("请填写用户名");
		form1.name.focus();         
		return false;
	}  
	if (form1.pass.value=="")         
	{
		alert("请填写密码");        
		form1.elements(1).focus();
		return false;
	}                 
	return true;
}
</script>
<br>
<br>
<table border="0" width="40%" cellspacing="0" cellpadding="10" align="center" class="table004">
 <tr> 
  <td width="100%" class="table001" align="center"> 
   <form method="POST" action="bzyz.asp" name="form1">
	<table border="0" width="100%" cellspacing="0" cellpadding="3">
	 <tr> 
	  <td width="39%" align="center">斑竹帐号:</td>
	  <td width="61%"> 
	   <input type="text" name="name" size="17" class="input1" value="<%=request.cookies("gbook")("username")%>" >
	  </td>
	 </tr>
	 <tr> 
	  <td width="39%" align="center">斑竹密码:</td>
	  <td width="61%"> 
	   <input type="password" name="pass" size="17" class="input1" value="<%=request.cookies("gbook")("password")%>" >
	  </td>
	 </tr>
	 <tr> 
	  <td width="100%" colspan="2" height="40"> 
	   <p align="center"> 
		<input type="submit" value="提交" name="B3" onclick ="return check()" class="input2" >
		&nbsp;&nbsp;&nbsp; 
		<input type="reset" value="清除" name="B4" class="input2" >
	  </td>
	 </tr>
	</table>
   </form>
   ::: <a href="index.asp">返 回 留 言 首 页 面</a> :::<br>
  </td>
 </tr>
</table>
      <!--#include file="tj.asp"-->

</body>

</html>

⌨️ 快捷键说明

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