请求asp连接ACCESS的问题,我今天一天都在看这个问题,但是还没解决,我是新手!!
我写了一个留言板,但是添加留言的时候出现错误,以下是留言板的内容:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>留言内容--崇州市英藤幼儿园</title>
<link href="a.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
window.onload = function () {
document.getElementById("name").focus();
}
</script>
</head>
<body>
<table width="966" height="656" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><!--#include file="top.asp"--></td>
</tr>
<tr>
<td height="215" align="left" valign="top"><table width="950" height="451" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="229" height="451"><table width="217" height="451" border="0" align="right" cellpadding="0" cellspacing="0" class="lbg">
<tr>
<td width="217" height="276" valign="top" style="margin-top:20px">
<p> </p>
<p> </p>
<p><div style=" font-family:微软雅黑; font-size:17px; color:#F9F">(1)留言者不能发布任何不符合当地法规、国家法律和国际法律的资料; </p></div>
<div style=" font-family:微软雅黑; font-size:17px; color:#F9F">(2)留言者不得发布任何非法的、骚扰性的、中伤他人的、辱骂性的、恐吓性的、伤害性的、庸俗的,淫秽等信息资料;</div>
</p></td>
</tr>
<tr>
<td height="175"><img src="img/tu1.gif" width="217" height="175" /></td>
</tr>
</table></td>
<td width="1" valign="top" background="img/bg2.jpg">
<form action="MessageContent.asp" method="post" name="Message">
<div id="Layer1" style="position: absolute; width: 690px; height: 46px; z-index: 3; background-color: #F0F6FD; layer-background-color: #F0F6FD;
border: 1px #000000; top: 425px; left: 615px;">
<div style="font-size:15px; font-family:微软雅黑; margin-top:10px; margin-left:30px;"><a style="text-decoration:none; color:#F9F" href="index.asp">首页
<a style="text-decoration:none; color:#F9F" href="ly/login.asp">留言管理
</div>
</div>
<td width="620" height="400"> <div style="width:620px; height:380px; margin-left:30px;">
<div style=" width:300px; height:330px; margin-top:20px; float:left">
<div style=" width:290px; height:40px; font-size:15px; font-family:微软雅黑;">姓名:
<input type="text" name="name" id="name" /> *
</div>
<p></p>
<div style=" width:290px; height:40px; font-size:15px; font-family:微软雅黑;">Email:
<input type="text" name="email" /> *
</div>
<p></p>
<div style=" width:290px; height:40px; font-size:15px; font-family:微软雅黑;">来自:
<input type="text" name="fromwhere" /> *
</div>
<p></p>
<div style=" width:290px; height:40px; font-size:15px; font-family:微软雅黑;">Q Q:
<input type="text" name="qq" /> *
</div>
<p></p>
<div style=" width:290px; height:40px; font-size:15px; font-family:微软雅黑;">标题:
<input type="text" name="contenttop" /> *
</div>
</div>
<div style=" width:300px; height:330px; margin-top:20px; float:left">
<div style=" width:290px; height:20px; font-size:15px; font-family:微软雅黑;">内容:<div></div>
</div>
<div style="margin-left:1px">
<p></p><textarea name=content rows=4 cols=40 type="text"></textarea></div>
<div style="width:290px; height:50px; margin-top:5px">
<p></p>
<div style=" margin-left:75px"><input type="submit" name="submit" value="发表留言" /> <input type="submit" name="clear" value="重写留言" /></div>
</div>
</div>
</form>
</table>
</tr>
<tr>
<td><!--#include file="foot.asp"--></td>
</tr>
</body>
</html>
提交到MessageContent.asp页面时出错了,以下是MessageConection.asp的代码:<%@LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>留言查看--崇州市英藤幼儿园</title>
<link href="a.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="966" height="656" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><!--#include file="top.asp"--></td>
</tr>
<tr>
<td height="215" align="left" valign="top"><table width="950" height="451" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="229" height="451"><table width="217" height="451" border="0" align="right" cellpadding="0" cellspacing="0" class="lbg">
<tr>
<td width="217" height="276" valign="top" style="margin-top:20px">
<p> </p>
<p> </p>
<p><div style=" font-family:微软雅黑; font-size:17px; color:#F9F">(1)留言者不能发布任何不符合当地法规、国家法律和国际法律的资料; </p></div>
<div style=" font-family:微软雅黑; font-size:17px; color:#F9F">(2)留言者不得发布任何非法的、骚扰性的、中伤他人的、辱骂性的、恐吓性的、伤害性的、庸俗的,淫秽等信息资料;</div>
</p></td>
</tr>
<tr>
<td height="175"><img src="img/tu1.gif" width="217" height="175" /></td>
</tr>
</table></td>
<td width="1" valign="top" background="img/bg2.jpg">
<div id="Layer1" style="position: absolute; width: 690px; height: 46px; z-index: 3; background-color: #F0F6FD; layer-background-color: #F0F6FD;
border: 1px #000000; top: 425px; left: 615px;">
<div style="font-size:15px; font-family:微软雅黑; margin-top:10px; margin-left:30px;"><a style="text-decoration:none; color:#F9F" href="index.asp">首页
</div>
</div>
<td width="620" height="400"> <div style="width:620px; height:380px; margin-left:30px;">
<%
name=request.Form("name") '读取表单元素
Email=request.Form("email")
fromwhere=request.Form("fromwhere")
QQ=request.Form("qq")
contenttop=request.Form("contenttop")
content=request.Form("content")
exec="insert into yhly(name,Email,fromwhere,qq,contenttop,content) values('"+name+"','"+Email+"','"+formwhere+"','"+QQ+"','"+contenttop+"','"+content+"')"
conn.execute exec
conn.close
set conn=nothing
Response.Write("<script>alert("留言添加成功!!");</script>")
%>
</table>
</tr>
<tr>
<td><!--#include file="foot.asp"--></td>
</tr>
</body>
</html>
出现了这样的错误:500错误呀!!
网站无法显示该页面
HTTP 500
最可能的原因是:
•该网站正在进行维护。
•该网站有程序错误。
您可以尝试以下操作:
刷新该页面。
返回到上一页。