📄 buynext.aspx
字号:
<%@ Page language="c#" Codebehind="buyNext.aspx.cs" AutoEventWireup="false" Inherits="qruan.buyNext" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>buyNext</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">BODY { COLOR: green }
TD { COLOR: green }
TH { COLOR: green }
BODY { BACKGROUND-COLOR: #cee1c4 }
.STYLE9 { COLOR: #ff0000 }
</style>
<LINK href="./images/css.css" type="text/css" rel="stylesheet">
<style type="text/css">.STYLE10 { FONT-WEIGHT: bold; COLOR: #ff0000 }
</style>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout"
marginwidth="0" marginheight="0">
<form id="Form1" method="post" runat="server">
<table height="450" cellSpacing="0" cellPadding="0" width="617" border="0">
<tr>
<td align="center" height="50"><strong>请确认以下信息后提交订单,(合计价格不能低于
<asp:label id="Label3" runat="server" ForeColor="Red">10</asp:label>元)!</strong></td>
</tr>
<tr>
<td vAlign="top" align="center">
<table cellSpacing="1" cellPadding="0" width="580" bgColor="green" border="0">
<tr bgColor="#afe195">
<td align="center" colSpan="3" height="35"></td>
</tr>
<tr bgColor="#afe195">
<td align="right" width="189" height="35">联系人:</td>
<td style="WIDTH: 221px" width="221" height="35">
<asp:textbox id="TextBox1" runat="server" Width="160px" Height="18px"></asp:textbox></td>
<td width="166" height="35"> </td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="35">联系电话:</td>
<td style="WIDTH: 221px" height="35">
<asp:textbox id="TextBox2" runat="server" Width="160px" Height="18px"></asp:textbox></td>
<td height="35"> </td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="35">送餐地区:</td>
<td colSpan="2" height="35">
<table cellSpacing="0" cellPadding="0" width="319" border="0">
<tr>
<td width="131"> 城市
<asp:dropdownlist id="DropDownList2" runat="server" Width="80px" AutoPostBack="True"></asp:dropdownlist></td>
<td width="188">地区
<asp:dropdownlist id="DropDownList3" runat="server" Width="80px" AutoPostBack="True"></asp:dropdownlist></td>
</tr>
</table>
</td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="65"><FONT face="宋体">送餐地址:</FONT></td>
<td colSpan="2" height="35">
<asp:textbox id="TextBox3" runat="server" Width="264px" Height="59px" TextMode="MultiLine"></asp:textbox></td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="35"><span class="STYLE10">送到时间:</span></td>
<td style="WIDTH: 221px" height="35">
<asp:dropdownlist id="DropDownList4" runat="server" Width="40px"></asp:dropdownlist><FONT face="宋体">点
<asp:dropdownlist id="DropDownList5" runat="server" Width="40px"></asp:dropdownlist>分</FONT></td>
<td height="35"><span class="STYLE9">*必选</span></td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="35">付费方式:</td>
<td colspan="2">
<asp:dropdownlist id="DropDownList6" runat="server" Width="88px" AutoPostBack="True">
<asp:ListItem Value="上门收费" Selected="True">上门收费</asp:ListItem>
<asp:ListItem Value="餐币付费">餐币付费</asp:ListItem>
</asp:dropdownlist> 选择“餐币收费”享受<asp:label id="Label4" runat="server" ForeColor="Red" Font-Size="Larger"></asp:label>折优惠!</td>
</tr>
<tr bgColor="#afe195">
<td align="right" height="35">合计:</td>
<td style="WIDTH: 221px" height="35"> <asp:label id="Label2" runat="server" Width="32px" ForeColor="Red" Font-Size="Large">Label</asp:label>
元</td>
<td height="35">
<asp:label id="Label5" runat="server" ForeColor="#AFE195" BackColor="#AFE195" DESIGNTIMEDRAGDROP="90">Label</asp:label></td>
</tr>
<tr bgColor="#afe195">
<td vAlign="middle" align="center" colSpan="3" height="55"><asp:imagebutton id="ImageButton1" runat="server" ImageUrl="images/325.gif"></asp:imagebutton>
<asp:label id="Label1" runat="server" DESIGNTIMEDRAGDROP="90" ForeColor="#AFE195" BackColor="#AFE195">Label</asp:label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="40"> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -