📄 buyrecord.aspx
字号:
<%@ Page language="c#" Codebehind="buyRecord.aspx.cs" AutoEventWireup="false" Inherits="qruan.buyRecord" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>buyRecord</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">
<LINK href="./images/css.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY { BACKGROUND-COLOR: #cee1c4 }
</style>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(rong) { //v2.0
if(window.confirm("您确定要删除吗?")){
//window.location.href="./buyRecord.aspx?deleteid="+theUrl;
window.location.href="buyRecord.aspx?deleteid="+rong
}
}
function check_fun() { //v2.0
<%=check_fun_str%>
}
//-->
</script>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</HEAD>
<body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
bottommargin="0" rightmargin="0">
<form id="Form1" method="post" runat="server">
<table width="633" height="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="40" align="left" valign="bottom"><strong>
您选择的商品已经放入购物篮,您现在可以提交订单,或继续购物。 <img src="images/326.gif" width="87" height="19" onClick="window.close()"></strong></td>
</tr>
<tr>
<td align="center" valign="top"><table width="580" border="0" cellpadding="0" cellspacing="1" bgcolor="green">
<asp:Repeater id="Repeater1" runat="server">
<HeaderTemplate>
<tr bgcolor="#91de85">
<td width="156" align="center"><strong>菜名</strong></td>
<td width="101" align="center"><strong>单价</strong></td>
<td width="86" align="center"><strong>数量</strong></td>
<td width="114" align="center"><strong>订餐者</strong></td>
<td width="117" align="center"><strong>删除</strong></td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr bgcolor="#afe195">
<td align="center"><%# DataBinder.Eval(Container.DataItem,"veg_name")%></td>
<td align="center"><%# DataBinder.Eval(Container.DataItem,"veg_price")%>元</td>
<td align="center">1</td>
<td align="center">
<label>
<select name="order_state" onChange="MM_jumpMenu('this',this,0)" style="width:70">
<%# user_state( Convert.ToString(DataBinder.Eval(Container.DataItem,"user_name")), Convert.ToString(DataBinder.Eval(Container.DataItem,"id")))%>
</select>
</label>
</td>
<td align="center"><input name="Submit" type="button" onClick="MM_openBrWindow('<%# DataBinder.Eval(Container.DataItem,"id")%>')" value="删 除"></td>
</tr>
</ItemTemplate>
</asp:Repeater>
<tr bgcolor="#afe195">
<td colspan="5" align="center"><strong>餐币消费享受
<asp:Label id="Label1" runat="server" Font-Size="Larger" ForeColor="Red">Label</asp:Label>
折优惠!</strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="40" align="center"><strong><img src="images/325.gif" width="87" height="19" border="0" onClick="check_fun();"></strong> <img src="images/326.gif" width="87" height="19" onClick="window.close()"></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -