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

📄 renewemail.aspx

📁 实现了在线订单的提交
💻 ASPX
字号:
<%@ Page Language="c#" ContentType="text/html" ResponseEncoding="big5" %>
<%@ Import Namespace="com.todayisp.NowClient" %>

<script language="c#" runat="server" >
 string  msg=null,code=null,wrongMsg=null;
 bool isSuccess;
 string responseXML=null,sendXML=null;
 Hashtable resdataHash=new Hashtable();
 public void Page_Load(object sender,EventArgs E)
 {
   try
   {
	  Email email = new Email();
	  Hashtable rndata = new Hashtable();
	  rndata["id"] = Request.Form["id"];
	  rndata["domain"] = Request.Form["domain"];
	  rndata["prod"] = Request.Form["prod"];
	  rndata["expdate"] = Request.Form["expdate"];
	  rndata["period"] = Request.Form["period"];
	  email.renewEmail(rndata);
	  sendXML = email.getsendXML();
	  
	  ReceiveXML receivexml=new ReceiveXML(email.getresponseXML());
	  
	  msg=receivexml.getMsg();
	  code=receivexml.getCode();
	  isSuccess=receivexml.isSuccess();
	  responseXML=receivexml.getXML(email.getresponseXML());
	  resdataHash=receivexml.getResData();
	  
   }
   catch(Exception e)
   {
     wrongMsg=e.Message;
   }
 }
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>淆?Э?</title>
<link href="../../images/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
-->
</style>
</head>
<body>
  <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th scope="row"><img src="../../images/top1.jpg" width="760" height="21"></th>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" background="../../images/top2.gif">
  <tr>
    <td width="278" height="25" scope="row">&nbsp;</td>
    <td width="482" scope="row">

⌨️ 快捷键说明

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