?? resultpage.asp
字號:
<%@LANGUAGE="VBSCRIPT"%>
<%'本系統由5blogs.com修改為客戶關系管理系統,界面來自于網絡
'-----我博客:http://www.5blogs.com ,歡迎各位前來注冊使用博客服務。
'你在使用中有任何問題請訪問站長博客:www.5blogs.com/wxtwxt留 言!
'請保留 以上信息
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>
<link rel="stylesheet" href="SellWellWeb.css" type="text/css">
<link rel="stylesheet" href="file:///C|/Inetpub/wwwroot/Style/SellWellWeb.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" class="body" >
<table width="50%" align="center">
<form name="form2">
<tr>
<td> <fieldset class="fiedset"> <legend><%=oprationName%></legend>
<div>
<table width="300" border="0" cellpadding="0" cellspacing="0" class="table" align="center" height="80%">
<tr>
<td class="grouptitle" bgcolor="#0099FF"> </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>
</td></tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -