MySMSSendTo.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MySMSSendTo.aspx.cs" Inherits="SMS_MySMSSendTo" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <script src="../Scripts/jquery-1.3.2.js" type="text/javascript"></script>
  8.   <SCRIPT language="JavaScript" src="js/calendar.js"></SCRIPT>
  9.     <script>
  10.   function GetMyValue(contrlname,myvalue)
  11.   {
  12.    if(typeof(myvalue)=="undefined")
  13.    {}
  14.    else
  15.    {
  16.    document.getElementById(contrlname).value=myvalue;
  17.    }
  18.   }
  19.   function clr(contrlname)
  20.   {
  21.    document.getElementById(contrlname).value='';
  22.   }
  23.   </script>
  24. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  25. <form runat="server" id="fm1">
  26.     <br>
  27.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  28.         border="0">
  29.         <tr>
  30.             <th colspan="2" style="height: 25px">
  31.                 短信息</th>
  32.         </tr>
  33.         <tr>
  34.          <td class="usertablerow2" align="right" style="width: 213px">
  35.              接收者:</td>
  36.        <td class="usertablerow2" align="left" >
  37.            <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="添加"  />
  38.                 <input type="Button"  Class="ptsbutton" value="清空" onclick="clr('InfoNameId_TextBox')" /></td>
  39.         </tr>
  40.         <tr>
  41.              <td class="usertablerow2" align="right" style="width: 213px; height: 77px;">
  42.                  内容:</td>
  43.        <td class="usertablerow2"  align="left" style="height: 77px">       
  44.            <asp:TextBox ID="Info_TextBox" runat="server" Width="262px" Height="133px" TextMode="MultiLine"></asp:TextBox>
  45.            <br />
  46.            <asp:CheckBox ID="CheckBox1" runat="server" Text="手机短信提示" /><a href="#"></a></td>
  47.         </tr>
  48.  
  49.         <tr>
  50.             <td align="center" class="usertablerow1" colspan="2">
  51.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" Text="发送" OnClick="Button1_Click" />
  52.                 &nbsp; &nbsp;
  53.                 <input type="Button"  Class="ptsbutton" value="群发" OnClick="window.location='TXLSMS.aspx'" />
  54.                 &nbsp;
  55.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.back()" /><div id="Div2">
  56.                                 </div>   </td>
  57.          
  58.         </tr>
  59.      
  60.     </table>
  61.     <br>
  62.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  63.         border="0">
  64.         <tr>
  65.             <th colspan="2">
  66.                 使用方法</th>
  67.         </tr>
  68.         <tr>
  69.             <td class="usertablerow1" align="right" width="11%">
  70.                 <strong>使用说明</strong></td>
  71.             <td class="usertablerow1" width="89%">
  72.                 编辑完毕后点击确定,注意角色排序号要为数字。</td>
  73.         </tr>
  74.     </table>
  75.     </form>
  76.     
  77. </body>
  78. </html>