?? domaininfo_submit.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 domainHash,userHash,resHash;
public void Page_Load(object sender , EventArgs E)
{
try{
Domain domain = new Domain();
string domainname=Request.Form["name"];
domain.infoDomain(domainname);
sendXML=domain.getsendXML();
ReceiveXML receivexml = new ReceiveXML(domain.getresponseXML());
msg = receivexml.getMsg();
code = receivexml.getCode();
isSuccess = receivexml.isSuccess();
responseXML=receivexml.getXML(domain.getresponseXML());
//domainHash=receivexml.getResData("domain");
//userHash=receivexml.getResData("user");
resHash=receivexml.getResData();
}catch(Exception ex){
wrongMsg=ex.Message;
}
}
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<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"> </td>
<td width="482" scope="row">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -