⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wmcms_complainbook_tmp.asp

📁 完美政府版,正版网站解决方案
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->

<%if request.cookies(Forcast_SN)("key")<>"" then%>
<!--#include file="ChkUser.asp"-->
<%end if
const MaxPerPage=10
dim totalPut
dim CurrentPage
dim TotalPages
dim a,j

if not isempty(request("page")) then
	currentPage=cint(request("page"))
else
	currentPage=1
end if

if request.cookies(Forcast_SN)("key")="super" then
	aaas=1
	set urs=server.createobject("adodb.recordset")
	sql="select * from "& db_User_Table &" where "& db_User_Name &"='"& ChkRequest(Request.cookies(Forcast_SN)("name"), 0)&"'"
	urs.open sql,ConnUser,1,3
	if urs.bof or urs.eof then
		aaas=0
	end if
	IF Request.cookies(Forcast_SN)("password")<>urs(db_User_Password) THEN
		aaas=0
	END IF
	urs.close
	set urs=nothing
end if
%>
<html>
<head> 
<title>交流平台_<%=jjgn%>&#23436;&#32654;&#35774;&#35745;&#32593;&#32476;&#31185;&#25216;&#26377;&#38480;&#20844;&#21496;&#32;&#23436;&#32654;&#25919;&#24220;&#32593;&#31449;&#31649;&#29702;&#31995;&#32479;&#32;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#119;&#109;&#103;&#111;&#118;&#46;&#99;&#110;</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="news.css" rel=stylesheet type=text/css></head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
<!--#include file="top.asp"-->
<!-----正文部分开始------------------------->

<table width="1002" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
  <!----左侧列开始--------------->
    <td width="760" valign="top">
	
	   <table width="760" border="0" cellspacing="0" cellpadding="0">
          <tr>
             <td height="25" background="images/wmcms_bg1.gif">&nbsp;&nbsp;<img src="IMAGES/wmcms_arrow.gif" width="7" height="7">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<a class=daohang href="./" >网站首页</a>><a href="WmCms_ComplainBook.asp" class="daohang">交流平台</a>><strong>信访投诉</strong></td>
          </tr>
		  <tr><td></td></tr>
		  <tr><td></td></tr>
       </table>

	
	
	</td>
  <!----左侧列结束--------------------------->	 
    <td width="242">&nbsp;</td>
  </tr>
</table>





<!-----正文部分结束--------------------------------> 

<!--#include file="bottom.asp"-->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -