?? message_result.asp
字號:
<%@LANGUAGE="VBSCRIPT"%>
<%
oprationName = Request.QueryString("oprationName")
OprationMsg = Request.QueryString("OprationMsg")
NextPage = Request.QueryString("NextPage")
%>
<html>
<head>
<title>.::操作確認::.</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<script language="JavaScript">
function gotoNextPage(NextPage){
if(NextPage=="-1"){
window.history.back()
}
if(Nextpage=="0"){
window.close()
}
if(Nextpage!="0"&&Nextpage!="1"){
window.location.href = "NextPage"
}
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" class="body" >
<form name="form2">
<fieldset class="fieldset"> <legend><%=oprationName%></legend>
<div>
<table width="90%" border="0" cellpadding="0" cellspacing="0" class="table" align="center" height="80%">
<tr>
<td class="grouptitle"> </td>
</tr>
<tr>
<td class="ValueArea">
<p> </p>
<p align="center"><font size="+2"><span style="mso-char-type: symbol; mso-symbol-font-family: Wingdings; font-size: 26.0pt; mso-bidi-font-size: 12.0pt; font-family: Wingdings; mso-ascii-font-family: Times New Roman; mso-fareast-font-family: 宋體; mso-hansi-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA" lang="EN-US"><font size="7">A</font></span><%=OprationMsg%></font></p>
<p align="center">
<input type="button" onclick="gotoNextPage(<%=NextPage%>)" name="Submit" value=" OK " class="button">
</p>
<p align="center"> </p>
<p align="center"> </p>
</td>
</tr>
</table>
</div>
</fieldset>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -