当前位置:首页 > 代码 > 正文

在线留言asp代码(ASP留言板)

admin 发布:2022-12-19 20:46 131


本篇文章给大家谈谈在线留言asp代码,以及ASP留言板对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录一览:

网页留言板的代码

meta http-equiv="Content-Type" content="text/html;charset=gb2312"

%@ Language=VBScript %

!--#INCLUDE FILE="config.asp" --

!--#INCLUDE FILE="guest_lib.asp" --%

dim ASPBook

dim StrSQL

if not isempty(request("page")) then

Mypage=cint(Request("page"))

else

Mypage=1

end if

set ASPBook = Server.CreateObject("ADODB.Recordset")

StrSQL = "Select * from guest order by ID desc"

ASPBook.open StrSQL,conn,1,1

ASPBook.pagesize=Mypagesize

maxpages=cint(ASPBook.pagecount)

totalsize=cint(Mypagesize)

ASPBook.absolutepage=Mypage

GuestTotal=ASPBook.RecordCount

if cint(Mypage) 1 then

if cint(Mypage) maxpages then

MESSAGE("li没有你所想去的页数!/li")

Response.End

end if

end if

HEADER "显示留言"

MyMenu

%

html

head

title[ 客户留言系统 ]/title

meta http-equiv="Content-Type" content="text/html; charset=gb2312"

link rel="stylesheet" href="css/colorbird.css"

style

BODY {SCROLLBAR-FACE-COLOR: #D4D0C8; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #666666; }

/style

/head

body bgcolor="#FFFFFF" topmargin="0" leftmargin="0"

p align="center"a href="gb_sign.asp"

img border="0" src="IMAGES/sign.gif" alt="签写留言"/a/p

tdp align="center"font color="#000000"bfont face="Arial" size="1"Total of

font color="#ff0000"%=GuestTotal%/font messages, /font/b/font

font face="Arial"font size="1" color="#ff0000"%=MyPageSize%/fontfont size="1"

messages per page, You are on page/font/font/fontfont color="#FF0000"font size="1" face="Arial"%=cint(Mypage)%/font

%=Greeting%... font color="#000000"%PageLink%/font/p

/font

div align="right"/div/td

div align="center"

center

table width="590" border="0" cellspacing="0" cellpadding="0"

tr

td height="50"a href="gb_sign.asp"img src="IMAGES/shop.gif" alt="签写留言" width="89" height="25" border="0"/a/td

/tr

/table

table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#6699CC" width="590" height="197"

tr

td align="center" height="197"

table width="590" border="0" cellspacing="0" cellpadding="4" style="border-collapse: collapse" height="35" bgcolor="#F7F7F7"

tr

/tr

tr

/tr

/table

table cellspacing="1" border="1" width="592" height="23" style="border-collapse: collapse" cellpadding="0" bgcolor="#C6C3C6" bordercolorlight="#FFFFFF" bordercolordark="#000000" background="table.gif"

tr

td align="right" width="130" height="23"

p align="left"b

font color="#FFFFFF"留言者 :/font/b/p

/td

td align="right" width="445" height="23"

p align="left"b

font color="#FFFFFF"留言内容 :/font/b/p

/td

/tr

/table

table width="590" border="0" cellspacing="0" cellpadding="0"

%

If ASPBook.Eof or ASPBook.Bof then

Response.Write "TR"

Response.Write "TD bgcolor=" Color1 " align=center colspan=6FONT STYLE=font-size:9pt对不起,目前还没有任何留言,如要留言,请按“我要留言”图片!/FONT/TD"

else

i = 0

total = 0

do until ASPBook.Eof or total = totalsize

if i = 0 then

CColor = Color1

else

CColor = Color2

end if

%

tr bgcolor="%=CColor%"

td

table width="590" border="1" cellspacing="8" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111"

tr

/tr

/table

table width="590" border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" height="1"

tr

td width="137" rowspan="3" height="1" valign="top"

table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber2" height="96"

tr

td width="100%" align="center" height="12"b%=ASPBook("名字")%/b/td

/tr

tr

td width="100%" align="center" height="54"%if ASPBook("性别") = "boy" then%

br

img src="images/boy.gif" alt="英俊潇洒的 %=ASPBook("名字")% 先生" align="middle" border="0"

%elseif ASPBook("性别") = "girl" then%

img src="images/girl.gif" alt="美丽又温柔的 %=ASPBook("名字")% 小姐" align="middle" border="0"

br

%end if%/td

/tr

tr

td width="100%" align="center" height="28"Form: %=ASPBook("来自")% /td

/tr

/table

/td

td width="234" height="1"font size="1"

font color="#000000" class="littel"

img src="./icons/em%=ASPBook("表情")%.gif" border="0" align="ABSCENTER"/fontfont color="#0000FF" class="littel"On:

%=ASPBook("留言日期")%/font/fontfont size="1" color="#0000FF"

/font/td

td width="212" height="1"%if ASPBook("邮件")"" then%

a href="mailto:%=ASPBook("邮件")%"

img src="images/email.gif" ALIGN="absmiddle" border="0" width="15" height="16"/a

%end if% %if ASPBook("主页")"" and ASPBook("主页")"http://" then%

a href="%=ASPBook("主页")%" Target="_blank"

img src="images/home.gif" ALIGN="absmiddle" border="0"/a

%end if% %if ASPBook("ICQ")"" then%

img src="images/icq.gif" alt="ICQ:%=ASPBook("ICQ")%" align="absmiddle" border="0" width="15" height="16"

%if ASPBook("OICQ")"" then% %end if%

a href=";%=ASPBook("OICQ")%" target="_blank"

img src="images/oicq.gif" alt="OICQ:%=ASPBook("OICQ")%" align="absmiddle" border="0" width="16" height="16"/a

%end if%

img src="images/ip.gif" alt="%=ASPBook("IP")%" align="absmiddle" border="0" width="13" height="16"

img src="images/system.gif" alt="%=ASPBook("系统")%" align="absmiddle" border="0" width="15" height="16"/td

/tr

tr

td width="450" height="14" colspan="2" valign="top"%=ASPBook("留言")% /td

/tr

tr

%if ASPBook("Reply")"" then%td width="450" height="17" colspan="2" valign="top"

font color="#FF0000"Reply :b /b/font

font color="#0000FF" class="littel" size="1"(%=ASPBook("Reply_Date")%)/fontbr

img src="./icons/em%=ASPBook("Reply_Icon")%.gif" border="0" align="ABSCENTER"%=ASPBook("Reply")%/font/td

%end if%/tr

/table

table width="590" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111"

tr

td width="137" rowspan="2" /td

td width="450"/td

/tr

tr

td width="450" /td

/tr

/table

table width="590" height="24" border="0" cellpadding="0" cellspacing="1" bordercolor="#DCE8F3" bordercolorlight="#FFFFFF" bgcolor="#DCE8F3" style="border-collapse: collapse"

tr

td align="right" width="131" height="20"

p align="left" /p

/td

td align="right" width="448" height="20"

a href="gb_reply.asp?page=%=mypage%Number=%=ASPBook("ID")%"

img src="images/quote.gif" alt="回复该留言" align="absmiddle" border="0" width="16" height="16"/a

a href="gb_delete.asp?page=%=mypage%Number=%=ASPBook("ID")%"

img src="images/recycle.gif" alt="删除该留言" align="absmiddle" border="0" width="16" height="16"/a/td

/tr

/table

/td

/tr

%

ASPBook.MoveNext

i = i + 1

if i = 2 then i = 0

total = total + 1

loop

% %END IF%

/table

%COPYRIGHT%

table border="0" cellpadding="2" cellspacing="0" width="590" height="1" bgcolor="#F7F7F7" style="border-collapse: collapse" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF"

tr

td width="131" height="1"

p align="center"/p

/td

td align="right" width="448" height="1"font color="#000000"%PageLink%

/font /td

/tr

/table

/td

/tr

/table

/center

/div

div align="center"

center

table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="592" id="AutoNumber1"

tr

td width="100%"

p align="center"a href="gb_sign.asp" /abr

/p

/td

/tr

/table

/center

/div

/body

/html

%

function PageLink

PageShowSize = 10

Scriptname=Request.Servervariables("script_name")

PageNextSize=int((MyPage-1)/PageShowSize)+1

Pagetpage=int((GuestTotal-1)/MyPageSize)+1

if Maxpages 1 then

if PageNextSize 1 then

PagePrev=PageShowSize*(PageNextSize-1)

Response.write "a href='" Scriptname "?page=" PagePrev "'[]/a-"

end if

if Mypage-1 0 then

Prev_Page = MyPage - 1

Response.write "a href='" Scriptname "?page=" Prev_Page "'[]/a "

end if

if maxpages=PageNextSize*PageShowSize then

PageSizeShow = PageShowSize

else

PageSizeShow = Maxpages-PageShowSize*(PageNextSize-1)

end if

for PageCounterSize=1 to PageSizeShow

PageLink = (PageCounterSize+PageNextSize*10)-10

if PageLink cint(Mypage) then

Response.write "a href='" Scriptname "?page=" PageLink "'[" PageLink "]/a "

else

Response.Write PageLink " "

end if

next

if Mypage+1 =Pagetpage then

Next_Page = MyPage + 1

Response.write "a href='" Scriptname "?page=" Next_Page "'[]/a"

end if

if maxpages PageShowSize*PageNextSize then

PageNext = PageShowSize * PageNextSize + 1

Response.write "-a href='" Scriptname "?page=" PageNext "'[]/a"

end if

else

Response.write "[1]"

end if

END function

set ASPBook=nothing

conn.Close

set conn = nothing

%

dreamweaver,asp怎么制作留言板

需要动态网页开发技术,不知道你目前学的怎么样。先要架设安装IIS服务器,用来解析ASP程序,下载安装一个数据库,你可以使用SQL server数据库。

创建一个asp文件,里面创建留言标题,留言人信息,手机号,留言内容等,使用代码连接数据库,代码如下。

%

Dim Database

Database="datamessage"

Dim Conn,ConnStr

 Set conn = Server.CreateObject("ADODB.Connection")

ConnStr="Provider=sqloledb;Server=localhost;database="Database";uid=sa;pwd="

Conn.open ConnStr

%

再次新建一个名为:default.asp的文件,这个文件是显示和添加留言的页面

编码也需要改为GB2312

在这里输入的代码如下:

!--#include file="conn.asp"--

%

if request("action")="addmessagesave" then

if trim(request("memo"))="" then

Response.Write("script lanuage=javascriptalert('留言内容不能为空!');location='message.asp'/script")

response.End()

End if

set rsa=Server.CreateObject("ADODB.RecordSet")

strsqla="select  * from [message]"

    rsa.open strsqla,conn,3,2 

rsa.addnew

rsa("memo")=request("memo")

rsa("time1")=now

rsa.update

Response.Write("script lanuage=javascriptalert('留言成功!');location='message.asp'/script")

response.End()

End if

%

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""

html xmlns=""

head

meta http-equiv="Content-Type" content="text/html; charset=gb2312" /

title在线留言/title

style

*{margin:0px;padding:0px;font-size:14px;color:#000000;}

a{font-size:14px;color:#999999;}

body{margin:0 auto;line-height:30px;}

/style

/head

body

table width="930" height="553" border="0" align="center" cellpadding="0" cellspacing="0"   

  tr

    td width="230" valign="top" align="center"

br/br/br/

a href="manage.asp"留言管理/a

br/br/

 /td

  td width="700" height="553" valign="top" align=left

  留言 div class=height9 /div

   br/br/

     br/

    %

    message  

addmessage

    %

    

/td

  /tr

/table

/body

/html

%

sub addmessage()

%

form id="form1" name="form1" method="post" action="?action=addmessagesave"

table width="519" height="200" border="0"

  tr

    td width="94" height="55"nbsp;/td

    td width="415"

      input type="hidden" name="dd" value="0"  checked="checked"/       /td

  /tr

  tr

    td height="104" align=center内容:/td

    tdlabel

      textarea name="memo" cols="50" rows="6" /textarea

    /label/td

  /tr

  tr

    td height="33"nbsp;/td

    td

     

        input type="submit" name="Submit" value="提交" /      /td

  /tr

/table

/form

%

end sub

SUB message()

set rs=Server.CreateObject("ADODB.RecordSet")

sql="select * from message  order by id desc"

rs.open sql,conn,1,1

if rs.eof then 

 

if request("key")"" then

response.write("div style=""text-align:center""没有查到您要查找的留言!/div")

else

response.write("div style=width:500px;height:50px;text-align:center暂时没有留言留言!/div")

End if

else

response.write("div ")

PERPAGE=10

if request("pageno")="" or isNumeric(request("pageno"))=0 or request("pageno")"1" then

curpage = 1

else

curpage = cint(request("pageno"))

end if

 

rs.pagesize = PERPAGE

if curpagers.pagecount then curpage=rs.pagecount

rs.absolutepage = curpage

for i=1 to rs.pagesize

if rs.eof then 

exit for

end if

%

table width="553" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor=#ffffff style="border:1px solid #cccccc;margin-left:10px;margin-top:5px;"

 tr

   td  style="padding-left:20px;"[内容]/td

   td class="xb-a04"%=rs("memo")%/td

   tdnbsp;/td

  /tr

 tr

   td height="31" style="padding-left:20px;"/td

   td class="xb-a04"%

%/td

   td[时间:%=rs("time1")%]/td

  /tr

%if rs("hui")"" then%

 tr

   td style="padding-left:20px;"[回复]/td

   td colspan="2" class="xb-a04" align="left"nbsp;nbsp;%=rs("hui")%/td

  /tr

  %End if%

/table

 %

rs.movenext

next

if curpage = 1 then 

response.write "/divBRdiv style=width:440px;height:30px;text-align:center 首页 | 上一页 | "

else

response.write "/divBRdiv style=width:440px;height:30px;text-align:center; a href='?pageno=1'首页/a | a href='?pageno="curpage-1"leixing="leixing"'上一页/a | "

end if 

if curpage = rs.pagecount then

response.write "下一页 | 尾页/div"

else

response.write "a href='?pageno="curpage+1"leixing="leixing"'下一页/a | a href='?pageno="rs.pagecount"leixing="leixing"'尾页/a/div"

end if

rs.close

end if

End sub

%

新建一个管理留言的页面,名为manage.asp

同样先改编码为GB2312去掉原来的代码重新输入新的代码如下:

!--#include file="conn.asp"--

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""

html

head

meta http-equiv="Content-Type" content="text/html; charset=gb2312"

title无标题文档/title

style type="text/css"

!--

body {font-size: 12px; color: #000000; font-family: 宋体}

td {font-size: 12px; color: #000000; font-family: 宋体;}

.t1 {font:12px 宋体;color=000000} 

.t2 {font:12px 宋体;color:ffffff} 

.bt1 {font:14px 宋体;color=000000} 

.bt2 {font:14px 宋体;color:ffffff} 

A:link {color: #000066}

A:visited {color: #000066}

A:hover {color: #ff0000}

A.r1:link {font-size:12px;text-decoration:underline;color:#000000;}

A.r1:visited {font-size:12px;text-decoration:underline;color:#000000;}

A.r1:hover {font-size:12px;text-decoration:underline;color:#ff0000;}

A.r2:link {font-size:12px;text-decoration:underline;color:#ffffff;}

A.r2:visited {font-size:12px;text-decoration:underline;color:#ffffff;}

A.r2:hover {font-size:12px;text-decoration:underline;color:#ff6600;}

A.r3:link {font-size:12px;text-decoration:none;color:#000000;}

A.r3:visited {font-size:12px;text-decoration:none;color:#000000;}

A.r3:hover {font-size:12px;text-decoration:underline;color:#ff0000;}

.bd{ background:#03F}

--

/style

/head

body

%

dim filename

dim biaoname

filename="message.asp"

biaoname="message"

%

center

table width="784" height="45" border="0" align="center"

  tr

    td width="386" height="41" align=right留言-管理/td

    td width="382"nbsp;/td

  /tr

  tr

    td width="386" height="41" align=rightnbsp;/td

    td width="382"nbsp;/td

  /tr

/table

%

if request("action")=""  then '显示信息

%

TABLE width="393" border="0" cellpadding="4" cellspacing="1" bgcolor="#ffffff" align="center" 

  

  tr height=20 bgcolor="BEBFD9" 

      TD width="46" height="20" align="center" class=bdfont color="#FFFFFF"b编号/b/font/TD

      TD width="63" align="center" class=bdfont color="#FFFFFF"b留言时间/b/font/TD

      TD width="98" align="center" class=bdfont color="#FFFFFF"b内容/b/font/TD

      TD width="59" align="center" class=bdfont color="#FFFFFF"b回复/b/font/TD

      TD width="59" align="center" class=bdfont color="#FFFFFF" 

       input type='submit' value='删除' 

    /font/TD 

  /TR 

%

dim strsql

set rs=server.createobject("adodb.recordset") 

strsql="select  * from "biaoname" order by Id desc"

  rs.open strsql,Conn,3,2  

 

  if rs.eof then 

response.write("div style=width:500px;height:500px;text-align:center没有信息/div")

else

'response.write("div style=width:500px;height:500px;")

PERPAGE=15

if request("pageno")="" or isNumeric(request("pageno"))=0 or request("pageno")"1" then

curpage = 1

else

curpage = cint(request("pageno"))

end if

 

rs.pagesize = PERPAGE

if curpagers.pagecount then curpage=rs.pagecount

rs.absolutepage = curpage

%

%

for i=1 to rs.pagesize

if rs.eof then 

exit for

end if

%

tr height=20  %if i mod 2 = 0 then

response.write("bgcolor=#cccccc")

else

response.write("bgcolor=#EEEeee")

End if

%

 TD height="27" align="center" font color="#000000"b%=rs("id")%/b/font/TD

 TD align="center" font color="#000000"b%=rs("time1")%/b/font/TD

 TD align="center" font color="#000000"b%=rs("memo")%/b/font/TD

 TD align="center" a href=?action=huiid=%=rs("id")%点击回复/a/TD

 TD align="center" a href=?action=delid=%=rs("id")%删除/a/TD

    /TR

    %if rs("hui")"" then%

tr height=20  bgcolor="#eeeeee"  

TD width="46" height="27" align="center" 回复:/TD

TD colspan="4" align="left" nbsp;

                 

                 

                 %=rs("hui")%

                 

                 /TD

   /TR 

%End if%

%

rs.movenext

next

%

/TABLE

% if curpage = 1 then 

response.write "br/div style=width:500px;height:30px;text-align:center 首页 | 上一页 | "

else

response.write "br/div style=width:500px;height:30px;text-align:centera href='?pageno=1'首页/a | a href='?pageno="curpage-1"typeid="request("typeid")"'上一页/a | "

end if 

if curpage = rs.pagecount then

response.write "下一页 | 尾页/div"

else

response.write "a href='?pageno="curpage+1"leixing="leixing"'下一页/a | a href='?pageno="rs.pagecount"typeid="request("typeid")"'尾页/a/div"

end if

rs.close

end if

end if

'--------------------------------------------------------------修改完成----------------

if request("action")="del" then '删除

id=request("id")

set rs=server.createobject("adodb.recordset")

sql="SELECT * from "biaoname" where id="cstr(id)

rs.open sql,conn,1,3

rs.delete

'rs.update  

response.Write "scriptalert('删除成功!');this.location.href='"filename"';/SCRIPT"

end if

if request("action")="hui" then '回复

%

form action="?action=huisave" method="post"

table width="454" border="0" cellspacing="0" cellpadding="0"

  tr

    td width="52" height="168"回复:/td

    td width="402"label

      textarea name="hui" id="textarea" cols="45" rows="5"/textarea

    /label

      input type="hidden" name="id" value="%=request("id")%"

    /td

  /tr

  tr

    td height="59"nbsp;/td

    tdlabel

      input type="submit" name="button" id="button" value="提交"

    /label/td

  /tr

/table

/form

%End if

if request("action")="huisave" then '删除

if request("hui")="" then

response.write ("scriptwindow.alert('回复内容不能为空!');this.location.href='message.asp'/script")

response.end

End if

set rs1=server.CreateObject("ADODB.RecordSet")

sql="SELECT * from  "biaoname"  where id="request("id")

rs1.open sql,conn,3,2

rs1("hui")=request("hui")

rs1.update

rs1.close

response.write ("scriptwindow.alert('回复成功!');this.location.href='message.asp'/script")

End if

%

/center

/body

/html

运行调式程序

打开一个IE浏览器

输入:

地址

就可以进入到留言板界面,进行留言了

点击左边的留言管理,就可以进入留言管理界面,在留言管理界面可以回复和删除留言信息。

编写一个asp留言板源代码

link href="../../css/user.css" rel="stylesheet" type="text/css"

script language="JavaScript" src="../../js/common.js"/script

script language="JavaScript" src="../../js/ubbcode.js"/script

script language="JavaScript"

function formCheck()

{

if (document.theform.nickname.value == "")

{

alert("请填写名字。");

document.theform.nickname.focus();

return false;

}

if (document.theform.content.value == "")

{

alert("请填写留言内容。");

document.theform.content.focus();

return false;

}

theform.Submit.disabled=true;

return true;

}

function showimage()

{

document.images.faceimg.src=face_image[parseInt(document.theform.face.options[document.theform.face.selectedIndex].value)];

}

body background=""

center

IFRAME marginHeight=0 marginWidth=0 noResize scrolling=no frameBorder=0 src=";bgcolor=ffffff" width=468 height=60

/IFRAME

/center

p /p

form name="theform" onsubmit="return formCheck();" method="post" action="get_post.asp"

TABLE width=550 border=0 align="center" cellPadding=0 cellSpacing=0

table width="550" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#ebebeb"

tr

td class="pt9"

p*名字:

input name="nickname" type="text" size="15" maxlength="12" class="inputbox1"

br

Email:

input name="email" type="text" size="15" maxlength="45" class="inputbox1"

主页地址:

input name="hp_url" type="text" value="http://" size="22" maxlength="125" class="inputbox1"

/p

/td

tr

td width="409" class="pt9" !--因为图片连接的原因,本文件只适合include在script/dirname下的文件 --

img onClick=bold() src="../../images/icon_editor_bold.gif" width="23" height="22" alt="粗体" border="0"img onClick=italicize() src="../../images/icon_editor_italicize.gif" width="23" height="22" alt="斜体" border="0"img onClick=underline() src="../../images/icon_editor_underline.gif" width="23" height="22" alt="下划线" border="0"

img onClick=center() src="../../images/icon_editor_center.gif" width="23" height="22" alt="居中" border="0"img onClick=hyperlink() src="../../images/icon_editor_url.gif" width="23" height="22" alt="超级连接" border="0"img onClick=email() src="../../images/icon_editor_email.gif" width="23" height="22" alt="Email连接" border="0"img onClick=image() src="../../images/icon_editor_image.gif" width="23" height="22" alt="图片" border="0"img onClick=flash() src="../../images/icon_swf.gif" width="23" height="22" alt="Flash图片" border="0"img onClick=showcode() src="../../images/icon_editor_code.gif" width="23" height="22" alt="编号" border="0"img onClick=quote() src="../../images/icon_editor_quote.gif" width="23" height="22" alt="引用" border="0"img onClick=list() src="../../images/icon_editor_list.gif" width="23" height="22" alt="目录" border="0"

br

tr

td

table width="100%" border="0" cellpadding="0" cellspacing="0" class="pt9"

tr

td width="40" valign="top"*留言:/td

tdtextarea name="content" cols="50" rows="6" id="content"/textarea/td

/tr

/table

p align="center"

input name="replyer" type="hidden" value=""

input name="reply_content_id" type="hidden" value=""

input name="userid" type="hidden" value="79444"

input type="submit" name="Submit" value="确认留言" class="button1"

input type="reset" name="Reset" value="取消重写" class="button1"

/p/td

/tr

/table

p /p

/form

table width="550" border="0" align="center" cellpadding="2" cellspacing="1"

tr

td width="88" valign="top"

img src=""

/td

td width="417"TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 class="pt9"

TBODY

TR

TD width=43 colSpan=2 height=29 rowSpan=2IMG height=29

src="../../images/1_r2_c2.gif" width=43 border=0/TD

TD background=../../images/1_r2_c4.gif height=10/TD

TD width=37 colSpan=2 height=29 rowSpan=2IMG height=29

src="../../images/1_r2_c6.gif" width=37 border=0/TD

/TR

TR

TD height=19 TABLE cellSpacing=0 cellPadding=0 width="100%" border=0

TBODY

TR

TD class="pt9" font class="filtertxt"dsfsd/font /TD

TD width="168" align=right class="pt9" /TD

/TR

/TBODY

/TABLE/TD

/TR

TR

TD width=10 background=../../images/1_r4_c2.gif/TD

TD width=27/TD

TD width="100%" height=50 img src="../../images/blank.gif" width="5" height="5"

br fdsfsdbdfssdfsdf/b br img src="../../images/blank.gif" width="5" height="5" /TD

TD width=22/TD

TD width=15 background=../../images/1_r4_c2.gif/TD

/TR

TR

TD background=../../images/1_r4_c2.gif/TD

TD/TD

TD height=1hr width="100%" size="1" noshade/TD

TD/TD

TD background=../../images/1_r4_c2.gif/TD

/TR

TR

TD width=43 colSpan=2 height=26 rowSpan=2 IMG height=26 src="../../images/1_r6_c2.gif" width=43 border=0/TD

TD align=right height=17

img src="../../images/no_home.gif" align="absmiddle" img src="../../images/no_email.gif" align="absmiddle" FONT color=#336600[2006-7-17 21:24:00]/FONT /TD

TD width=43 colSpan=2 height=26 rowSpan=2IMG height=26

src="../../images/1_r6_c6.gif" width=37 border=0/TD

/TR

TR

TD background=../../images/1_r2_c4.gif

height=9/TD

/TR

/TBODY

/TABLE/td

/tr

/table

BR

form

table width="516" border="0" cellspacing="0" cellpadding="0" align="center"

tr

td

table width=100% border=0 cellspacing=1 cellpadding=2 class=pt9trtd height=13img src=../../images/turnpage2_1.gif align=absmiddle border=0 img src=../../images/turnpage2_2.gif align=absmiddle border=0 b1/b | img src=../../images/turnpage2_3.gif align=absmiddle border=0 img src=../../images/turnpage2_4.gif align=absmiddle border=0/tdtd class=pt9 width=140 align=right共font color=red1/font页第input type=text name=JumpPage maxlength=3 size=3页input type=button value=转页 onClick="location.href='/script/user/list.asp?userid=79444page=' + this.form.JumpPage.value;"/td/tr/table

/td

/tr

/table

/form

在线留言asp代码的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于ASP留言板、在线留言asp代码的信息别忘了在本站进行查找喔。

版权说明:如非注明,本站文章均为 AH站长 原创,转载请注明出处和附带本文链接;

本文地址:http://ahzz.com.cn/post/23470.html


取消回复欢迎 发表评论:

分享到

温馨提示

下载成功了么?或者链接失效了?

联系我们反馈

立即下载