📄 card_use.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="card_use.ascx.cs" Inherits="qruan.card_use" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<table width="560" border="0" cellpadding="0" cellspacing="1" bgcolor="#F7DC1D">
<tr bgcolor="#91de85">
<td width="384" height="25" align="center" bgcolor="#F7DC1D" style="font-size:12px"><strong>在线充值</strong></td>
</tr>
<tr bgcolor="#afe195">
<td height="30" align="left" bgcolor="FFFBDD" style="font-size:12px"> 充值卡卡号:
<asp:TextBox id="TextBox1" runat="server" Height="18px" Width="168px"></asp:TextBox></td>
</tr>
<tr bgcolor="#afe195">
<td height="30" align="left" bgcolor="FFFBDD" style="font-size:12px"> 充值卡密码:
<asp:TextBox id="TextBox2" runat="server" Height="18px" Width="168px" TextMode="Password"></asp:TextBox></td>
</tr>
<tr bgcolor="#afe195">
<td height="35" align="left" bgcolor="#ffffff" style="font-size:12px"> <font face="宋体"> </font> <font face="宋体"> </font> <font face="宋体"> </font> <font face="宋体"> </font>
<asp:Button id="Button1" runat="server" Text="充 值"></asp:Button>
<font face="宋体"> </font>
<input name="Submit" type="button" onclick="MM_openBrWindow('./use_card.htm','usecard','top=100,left=150,width=300,height=330')" value="如何充值" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -