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

📄 resultpage.asp

📁 客户管理模块:随着计算机的普及和网络的迅猛发展
💻 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">&nbsp;</td>
      </tr>
      <tr>
        <td class="ValueArea"> 
          <p>&nbsp;</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">&nbsp;</p>
          <p align="center">&nbsp;</p>
        </td>
      </tr>
    </table>
  </div>
  </fieldset> 
  </td></tr>
</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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