MySMSSendTo.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MySMSSendTo.aspx.cs" Inherits="SMS_MySMSSendTo" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <script src="../Scripts/jquery-1.3.2.js" type="text/javascript"></script>
- <SCRIPT language="JavaScript" src="js/calendar.js"></SCRIPT>
- <script>
- function GetMyValue(contrlname,myvalue)
- {
- if(typeof(myvalue)=="undefined")
- {}
- else
- {
- document.getElementById(contrlname).value=myvalue;
- }
- }
- function clr(contrlname)
- {
- document.getElementById(contrlname).value='';
- }
- </script>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2" style="height: 25px">
- 短信息</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 213px">
- 接收者:</td>
- <td class="usertablerow2" align="left" >
- <asp:TextBox ID="InfoNameId_TextBox" runat="server"></asp:TextBox> <input type="Button" id="ButtonDepAdd" Class="ptsbutton" onclick="GetMyValue('InfoNameId_TextBox',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加" />
- <input type="Button" Class="ptsbutton" value="清空" onclick="clr('InfoNameId_TextBox')" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="width: 213px; height: 77px;">
- 内容:</td>
- <td class="usertablerow2" align="left" style="height: 77px">
- <asp:TextBox ID="Info_TextBox" runat="server" Width="262px" Height="133px" TextMode="MultiLine"></asp:TextBox>
- <br />
- <asp:CheckBox ID="CheckBox1" runat="server" Text="手机短信提示" /><a href="#"></a></td>
- </tr>
-
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" Text="发送" OnClick="Button1_Click" />
-
- <input type="Button" Class="ptsbutton" value="群发" OnClick="window.location='TXLSMS.aspx'" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="javascript:history.back()" /><div id="Div2">
- </div> </td>
-
- </tr>
-
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>使用说明</strong></td>
- <td class="usertablerow1" width="89%">
- 编辑完毕后点击确定,注意角色排序号要为数字。</td>
- </tr>
- </table>
- </form>
-
- </body>
- </html>