📄 viewreturn.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<html>
<head>
<title><%=webname%>--意见反馈</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<!--#include file="include/head.asp"-->
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="41" valign="top"><table width="100%" height="184" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" align="right" valign="top"><img src="images/body/jiao.gif" width="15" height="17"></td>
</tr>
<tr>
<td height="90"><div align="right"><img src="images/ttts.gif" width="26" height="110" /></div></td>
</tr>
<tr>
<td height="30"> </td>
</tr>
</table></td>
<td width="190" valign="top"style="BORDER-bottom:#FF67A0 1px solid;BORDER-left:#FF67A0 1px solid; BORDER-right:#FF67A0 1px solid;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="190" height="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" background="images/index_2.gif"><!--#include file="userinfo.asp"--></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/index_4.gif" width="190" height="12" alt="" /></td>
</tr>
<tr>
<td><!--#include file="shopcart.asp"--></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="28" background="images/body/pdbg01.gif"><div align="center">尊敬的客户,留下您宝贵的建议,我们愿为您提供更好的服务!</div></td>
</tr>
<tr>
<td><span class="b">
</span>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC">
<tr>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF"><br>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="img/bg1_4color_.jpg"><img src=img/bg1_4color_.jpg" width="1" height="3"></td>
</tr>
</table>
<%if ly="0" then%>
<FORM action=fksave.asp method=post name="form" id="form">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td height="1" bgcolor="cccccc"><img src="img/dot_03.gif" width="9" height="1" border="0"></td>
</tr>
<tr>
<td height="25" bgcolor="efefef"> <strong>
</strong><strong>用户留言</strong></td>
</tr>
<tr>
<td height="1" bgcolor="cccccc"><img src="img/dot_03.gif" width="9" height="1" border="0"></td>
</tr>
</table>
<br>
<TABLE width="90%" border=0 align="center" cellPadding=0 cellSpacing=1>
<TBODY>
<TR>
<TD width="407" height="30"> 姓名:
<input name=name class="wenbenkuang" id="name"></TD>
</TR>
<TR>
<TD height="30"> OICQ:
<input name=qq class="wenbenkuang" id="qq">
性别:
<label>
<input name="sex" type="radio" value="boy" checked>
先生</label> <label>
<input type="radio" name="sex" value="girl">
小姐</label></TD>
</TR>
<TR>
<TD height="30"> 网址:
<input name=url class="wenbenkuang" id="url" value="http://">
邮箱:
<input name=email class="wenbenkuang" id="email">
</TD>
</TR>
<TR>
<TD height="30"> 留言内容:</TD>
</TR>
<TR>
<TD height="130" noWrap> <textarea name=content cols=60 rows=8 id="content" class="wenbenkuang"></textarea>
</TD>
<TR>
<TD height="30" colspan="2"> <input name="submit2" type=submit class="go-wenbenkuang" id="submit4" value=我要留言>
<input name="submit32" type=reset class="go-wenbenkuang" id="submit32" value=清除重来>
<%
Randomize '初始代随机数种子
num1=rnd() '产生随机数num1
num1=int(26*num1)+65 '修改num1的范围以使其是A-Z范围的Ascii码,以防表单名出错
session("antry")="test"&chr(num1) '产生随机字符串
%>
<input name="temp" type="hidden" id="temp" value="<%=session("antry")%>">
</TD>
</TR>
</TBODY>
</TABLE>
</FORM>
<p> </p>
<p>
<%else%>
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td height="1" bgcolor="cccccc"><img src="img/dot_03.gif" width="9" height="1" border="0"></td>
</tr>
<tr>
<td height="25" bgcolor="efefef"> <strong>
</strong><b>留言信息</b></td>
</tr>
<tr>
<td height="1" bgcolor="cccccc"><img src="img/dot_03.gif" width="9" height="1" border="0"></td>
</tr>
</table>
<table width="98%" border="0" align="center">
<tr>
<td align="center">
<%
Function unHtml(content)
ON ERROR RESUME NEXT
unHtml=content
IF content <> "" Then
unHtml=Server.HTMLEncode(unHtml)
unHtml=Replace(unHtml,vbcrlf,"<br>")
unHtml=Replace(unHtml,chr(9)," ")
unHtml=Replace(unHtml," "," ")
End IF
IF Err.Number <>0 Then
unHtml= "HTML转换中出错请联系管理员<br>"
Err.Clear
End IF
End Function
%>
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from guestbook where online=1 order by id desc",conn,3,2
'dim page
'dim e_page
'e_page=5 '每页显示留言数
'rs.pagesize=e_page
'if request.querystring("page")="" or request.querystring("page")=0 then
'page=1
'else
'page=request.querystring("page")
'rs.absolutepage=trim(request.querystring("page"))
'end if
%>
<SCRIPT language=JavaScript>
function is_number(str)
{
exp=/[^0-9()-]/g;
if(str.search(exp) != -1)
{
return false;
}
return true;
}
function CheckInput(){
if(form.name.value==''){
alert("您没有填写昵称!");
form.name.focus();
return false;
}
if(form.name.value.length>20){
alert("昵称不能超过20个字符!");
form.name.focus();
return false;
}
if(!is_number(document.form.qq.value)){
alert("QQ号必须是数字!");
form.qq.focus();
return false;
}
if(form.content.value==''){
alert("您没有填写留言内容!");
form.content.focus();
return false;
}
if(form.content.value.length>255){
alert("留言内容不能超过255个字符!");
form.content.focus();
return false;
}
return true;
}
</SCRIPT>
<br>
<%
if rs.eof and rs.bof then
%>
<table width="380" border="0" align="center" cellpadding="4" >
<tr>
<td height="40" align="center"> <p>还没有任何留言!</p></td>
</tr>
</table>
<%else%>
<%
rs.PageSize =5 '每页记录条数
iCount=rs.RecordCount '记录总数
iPageSize=rs.PageSize
maxpage=rs.PageCount
page=request("page")
per_page=rs.PageSize
if Not IsNumeric(page) or page="" then
page=1
else
page=cint(page)
end if
if page<1 then
page=1
elseif page>maxpage then
page=maxpage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -