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

📄 mayvote_info.asp

📁 功能很强大 功能很强大 功能很强大
💻 ASP
字号:
<%Dim InfoTitle,InfoContent,ComeUrl,InfoSub
Action = Request.QueryString("Action")
InfoContent = Request.QueryString("InfoContent")
ComeUrl = Request.QueryString("ComeUrl")
If Action = "OtherErr" Then
InfoTitle = "发生错误"
InfoSub = "<a href='javascript:history.go(-1)'>&lt;&lt;返回上一页</a>"
ElseIf Action = "Yes" Then
InfoTitle = "操作成功<meta http-equiv='refresh' content='1;URL="&ComeUrl&"&Action=Show'>"
InfoSub = "<a href='"&ComeUrl&"&Action=Show'>如果您的游览器没有自动跳转,请点这里</a>"
Else
InfoTitle = "发生错误"
InfoContent = "<br><li>请不要直接访问此文件</li>"
InfoSub = "<a href='javascript:window.close()'>关闭窗口</a>"
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>信息提示 - MayVote投票系统</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="Images/MayVote/Style.css" rel="stylesheet" type="text/css">
</head>
<body><br><br><br><br><br><br>
<table width="400" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
  <tr>
    <td height="22" background="Images/MayVote/BG_Title.jpg"> &nbsp;<img src="Images/MayVote/Light.gif" width="18" height="18" align="absmiddle"> 信息提示</td>
  </tr>
  <tr>
    <td align="center"><br>
      <table width="80%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><b><% = InfoTitle%></b><br><% = InfoContent%></td>
        </tr>
    </table><br><% = InfoSub%><br><br></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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