| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 441 人关注过本帖
标题:我是初学者,,,,求助...
取消只看楼主 加入收藏
kennychaly
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2007-6-19
收藏
 问题点数:0 回复次数:3 
我是初学者,,,,求助...

<!--#include file="conn.asp"-->
<script language=javascript>
function check()
{if (document.form1.student.value=="")
{alert("请输入用户名");
document.form1.student.focus();
return false;}
if (document.form1.pwd.value=="")
{alert("请输入用户密码");
document.form1.pwd.focus();
return false;}
document.form1.ctype.value="add";
document.form1.submit();
}
</script>
<%
session.timeout=125
if trim(request("ctype"))="add" then
session("student")=""
session("classes")=""
session("number")=""
session("sex")=""


sql="select * from student where studentname='"&trim(request("student"))&"' and studentpassword='"&trim(request("pwd"))&"'"
set rs=conn.execute(sql)
if rs.eof then
%>
<script language=javascript>
alert("无此学员!请先注册");

</script>

<%else
session("student")=rs("studentname")
session("classes")=rs("class")
session("number")=rs("studentnumber")
session("sex")=rs("sex")
session("timen")=now

%>
<script language=javascript>
var now=new Date()
window.navigate("index.asp?time="+now.getTime());

</script>
<%end if
end if %>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网上考试系统</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>

<body topmargin="0" leftmargin="0">
<!--#include file="top.htm"-->
<div align="center">
<center>
<table border="0" cellpadding="4" style="border-collapse: collapse" bordercolor="#111111" width="778" height="100">
<tr>
<td align="center">
<table border="0" width="100%" id="table1">
<tr>
<td> </td>
<td>
<form name=form1 action=""><input type="hidden" name="ctype" >
<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="300" id="table2">
<tr>
<td width="100" align="right">用户名:</td>
<td width="200">
<input type="text" name="student" size="20" class="line" style="border-style:solid; border-width:1px; padding:1px; height:22"></td>
</tr>
<tr>
<td align="right">密&nbsp; 码:</td>
<td>
<input type="password" name="pwd" size="20" class="line" style="height: 22; border-style: solid; border-width: 1px"></td>
</tr>
<tr>
<td> </td>
<td>
<input type="button" value="提交" name="B1" onClick="check()" class="line" style="width: 60; height: 22; border-style: solid; border-width: 1px; background-color: #FFFFFF">
<input type="reset" value="重置" name="B2" class="line" style="width: 60; height: 22; border-style: solid; border-width: 1px; background-color: #FFFFFF"></td>
</tr>


<tr>
<td> </td>
<td><a href="register.asp">新学生注册</a></td>
</tr>
<tr>
<td> </td>
<td><a href="admin/index.asp">后台管理程序入口</a></td>
</tr>
</table></td>
<td><img border="0" src="images/login.jpg" width="299" height="289"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</body>

</html>



这个应该怎么弄.....

2007-06-20 10:17
kennychaly
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2007-6-19
收藏
得分:0 

我换成这个样子就不行了...<!-- #include file="conn1.asp"-->
<script language=javascript>
function check()
{if (document.form1.name.value=="")
{alert("请输入用户名");
document.form1.name.focus();
return false;}
if (document.form1.sex.value=="")
{alert("请输入用户密码");
document.form1.sex.focus();
return false;}
document.form1.ctype.value="add";
document.form1.submit();
}
</script>
<%
session.timeout=125
if trim(request("ctype"))="add" then
session("Name")=""
session("Sex")=""
session("NL")=""
session("rq")=""
sql="select * from KQ where name='"&trim(request("name"))&"' and sex='"&trim(request("sex"))&"'"
set rs=conn.execute(sql)
if rs.eof then
%>
<script language=javascript>
alert("无此学员!请先注册");

</script>
<script language=javascript>
var now=new Date()
window.navigate("index.asp?time="+now.getTime());

</script>

<%end if
end if %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加信息</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
td
{ font-size:12px;
font-family:Verdana;
}
-->
</style></head>
<body>
<form name=form1 action=""><input type="hidden" name="ctype" >
<table width="609" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#CCCCCC">
<tr>
<td height="30" colspan="2" align="center" bgcolor="#CCCCCC">个人信息提交页面</td>
</tr>
<tr>
<td width="174" height="20">您的姓名:</td>
<td height="20"><input type="text" name="name">
</td>
</tr>
<tr>
<td height="20">您的性别:</td>
<td height="20"><input type="text" name="sex"></td>
</tr>

<tr>
<td height="20" colspan="2" align="center"><input type="button" value="提交" name="B1" onClick="check()" class="line" style="width: 60; height: 22; border-style: solid; border-width: 1px; background-color: #FFFFFF">
  
<input type="reset" name="Submit2" value="重新设置"></td>
</tr>
</table>
</form>

</body>
</html>


我就是什么都不会
2007-06-20 10:19
kennychaly
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2007-6-19
收藏
得分:0 

没有提示错误信息就是始终在这个提交页面


我就是什么都不会
2007-06-20 11:14
kennychaly
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2007-6-19
收藏
得分:0 
xiexie...

我就是什么都不会
2007-06-20 13:30
快速回复:我是初学者,,,,求助...
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.029468 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved