给六邮箱啊
这种ASP的留言本网敬衫上源代码有好悄腔多,给你推启稿衫荐一个:http://down.chinaz.com/soft/27064.htm
http://blog.ywask.com/post/55.html 最简郑宽单的ASP留言版_简喊友亮洁的ASP留言本_代告中码共享
add.asp
<%@LANGUAGE="VBSCRIPT"%>
<%
lytitle=request.Form("title")
lyauthor=request.Form("author")
lycontent=request.Form("content")
if lytitle="" then
%>
逗搏
<%
end if
if lycontent="" then
%>
<%
else
Set rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from liuyan"
rs.open sql,conn,2,3
rs.addnew
rs("title")=lytitle
rs("author")=lyauthor
rs("content")=lycontent
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<%
end if
%>
message.asp