永发信息网

网页中每篇文章后面的评论功能是怎么实现?

答案:1  悬赏:50  手机版
解决时间 2021-04-23 05:02
  • 提问者网友:蓝琪梦莎
  • 2021-04-22 18:30
rt
最佳答案
  • 五星知识达人网友:神也偏爱
  • 2021-04-22 20:09

先用表单功能建一个留言模板即你说的评论功能,然后再建一个来连接数据库。


我还是给你看看我的吧,不过你要做下修改哦!


我的留言模板是:


<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>用户留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FF9900;
}
a:active {
text-decoration: none;
color: #000000;
}
.style2 {font-size: 16}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (分页.psd) -->
<table id="__01" width="1005" height="1453" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="209" colspan="5" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="1005" height="209" valign="top" align="right" background="../images/01.jpg">
<a href="#" style="cursor:hand";
onClick="window.external.addfavorite(document.location.href,document.title)">加入收藏</a>&nbsp;&nbsp;
<a href="#" style="cursor:hand";
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage(document.location.host)">设为首页</a>&nbsp;&nbsp;&nbsp;
&nbsp;
&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td height="122" colspan="5" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="1005" height="122" valign="top">
<img src="../images/02.jpg" alt="" width="1005" height="122" border="0" usemap="#Map"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="924" colspan="2">
<img src="../images/03.gif" width="68" height="924" alt=""></td>
<td width="864" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="864" height="924" valign="top" background="../images/04.jpg" align="center">
<div align="left" class="style2">
<div align="left">
<%
set conn=server.CreateObject("adodb.connection")
dbpath=server.MapPath("../database/db.mdb")
conn.open "provider=microsoft.jet.oledb.4.0;data source=" & dbpath
set rs=server.CreateObject("adodb.recordset")%>
<table width="90%" border="1" cellspacing="0" bordercolor="#E3D3B2">
<tr><td colspan="3" align="center"><strong>大家好!欢迎您在本网页对2008北京奥运会进行留言!</strong></td>
</tr>
<tr><td>内容</td><td>用户名</td><td>发表时间</td></tr>
<%sql="select * from 留言 order by 发表时间 desc"
rs.open sql,conn
do while not rs.eof%>
<tr><td><%=rs("内容")%></td><td><%=rs("用户")%></td><td><%=rs("发表时间")%></td></tr>
<%
rs.movenext
loop%>
</table>
<br>
<br>
<%if session("yhid")<>"" then%>
</div>
</div>
<form action="yhly1.asp" method="post" class="style2">

<div align="left">
<table>
<tr><td>留言内容:</td><td><textarea cols="40" rows="5" name="lynr"></textarea></td></tr>
</table>
<input type="submit" value="发表">
&nbsp;&nbsp;
<input type="reset" value="重置">
</div>
</form>
<div align="left" class="style2">
<div align="left">
<%end if%>
&nbsp; </div>
</div></td>
</tr>
</table></td>
<td colspan="2">
<img src="../images/05.gif" width="73" height="924" alt=""></td>
</tr>
<tr>
<td width="41" rowspan="2">
<img src="../images/06.gif" width="41" height="197" alt=""></td>
<td height="161" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="919" height="161" valign="middle" align="center" background="../images/07.jpg">2009 大赛组委会 @ All rights reserved.<br>
奥ICP备00000000号<br>
Email:<a href="mailto:2009guangdong@dasai.cn">2009guangdong@dasai.cn</a><br>
Tel:020-26583598&nbsp; </td>
</tr>
</table></td>
<td width="45" rowspan="2">
<img src="../images/08.gif" width="45" height="197" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="../images/09.gif" width="919" height="36" alt=""></td>
</tr>
<tr>
<td>
<img src="../images/分隔符.gif" width="41" height="1" alt=""></td>
<td width="27">
<img src="../images/分隔符.gif" width="27" height="1" alt=""></td>
<td>
<img src="../images/分隔符.gif" width="864" height="1" alt=""></td>
<td width="28">
<img src="../images/分隔符.gif" width="28" height="1" alt=""></td>
<td>
<img src="../images/分隔符.gif" width="45" height="1" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
<map name="Map">
<area shape="rect" coords="79,12,212,73" href="../default.asp" alt="首页">
<area shape="rect" coords="255,8,385,71" href="lxxw.asp" alt="联想新闻">
<area shape="rect" coords="429,10,558,73" href="cpzs.asp" alt="产品展示">
<area shape="rect" coords="607,10,737,72" href="yhzc.asp" alt="用户注册">
<area shape="rect" coords="781,12,920,72" href="yhly.asp" alt="用户留言">
</map>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</body>
</html>


连接数据库的是:


<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>


<body><%
set conn=server.CreateObject("adodb.connection")
dbpath=server.MapPath("../database/db.mdb")
conn.open "provider=microsoft.jet.oledb.4.0;data source=" & dbpath
lynr=request.Form("lynr")
yhm=session("yh")
fbsj=now()
sql="insert into 留言(内容,用户,发表时间)values('"&lynr&"','"&yhm&"','"&fbsj&"')"
conn.execute sql
response.Redirect "yhly.asp"
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</body>
</html>

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯