?? mayvote_info.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)'><<返回上一頁</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"> <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 + -