?? receive.aspx
字號:
<%@ Page language="c#" Codebehind="receive.aspx.cs" AutoEventWireup="false" Inherits="Wqics.Web.Template.kq.receive" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>receive</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<LINK href="style.css" type=text/css rel=stylesheet>
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<style type="text/css">
BODY { MARGIN-TOP: 0px; FONT-SIZE: 12px; COLOR: #000; TEXT-ALIGN: center }
.bg{ background:#fff url(images/bg.gif) repeat-x; border:1px solid #D9D9D9; width:540px; margin:auto; margin-top:60px; text-align:center; height:305px;}
.title{height:60px; line-height:60px; font-size:18px; color:#000; letter-spacing:2px; font-family:黑體;}
.border{ border:1px solid #D9D9D9; border-bottom:none; border-right:none;}
.list{ border-bottom:1px solid #D9D9D9; border-right:1px solid #D9D9D9; height:32px; font-size:14px; padding-left:5px;}
</style>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<div class="bg">
<div class="title">支付結果</div>
<table width="456" border="0" cellpadding="0" cellspacing="0" class="border">
<tr bgcolor="#ffffff">
<td width="68" class="list">訂單編號:</td>
<td width="182" class="list"><asp:label id="Lab_orderid" RunAt="Server" /></td>
</tr>
<tr bgcolor="#ffffff">
<td class="list">訂單金額:</td>
<td class="list"><asp:label id="Lab_amount" RunAt="Server" /></td>
</tr>
<tr bgcolor="#ffffff">
<td class="list">支付結果:</td>
<td class="list"><asp:label id="Lab_result" RunAt="Server" /></td>
</tr>
</table>
</div>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -