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

📄 rep.asp

📁 一个FLASH投票源代码,支持多种定义,并附有后台管理
💻 ASP
字号:
<!--#include file="isy.asp"-->
<% 
operate=Trim(Request.QueryString("operate"))
select  case operate
case "add"
	report="添加投票操作完成"
case "edit"
	report="修改投票操作完成"
case "del"
	report="删除投票操作完成"
case "close"
	report="关闭投票操作完成"
case "open"
	report="打开投票操作完成"
case "nosame"
	report="新密码和确认密码不相同"
case "rsf"
	report="数据为空或者数据库异常错误"
case "pwdwrong"
	report="旧密码错误"
case "editcvote"
	report="登陆资料修改成功"
case "blank"
	report="表单填写不完整"
case "loginf"
	report="登陆失败"
case else
	report="不明"
end select
 %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>操作响应信息 . 公用投票系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="favote.css" rel="stylesheet" type="text/css">
<meta http-equiv="refresh" content="8;URL=listvote.asp">
</head>

<body>
<table width="500" height="150" border="0" cellpadding="0" cellspacing="1" bgcolor="#8FE9FC">
  <tr>
    <td bgcolor="#E0F8FE" style="line-height:140%"><div align="center"><%= report %><br>
        8秒钟后自动返回列表页 或者<a href="listvote.asp">点击返回</a></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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