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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MySMSServerSendTo.aspx.cs" Inherits="SMS_MySMSServerSendTo" %>
  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">
  42.             提示时间:</td>
  43.        <td class="usertablerow2" align="left" >
  44.            <asp:TextBox ID="TitleTime_TextBox" runat="server" Width="178px" onblur="IsDate(this)" ondblclick="calendar() "></asp:TextBox>   </td>
  45.         </tr>
  46.         <tr>
  47.              <td class="usertablerow2" align="right" style="width: 213px; height: 77px;">
  48.                  内容:</td>
  49.        <td class="usertablerow2"  align="left" style="height: 77px">       
  50.            <asp:TextBox ID="Info_TextBox" runat="server" Width="262px" Height="58px" TextMode="MultiLine"></asp:TextBox>
  51.            <br />
  52.            <asp:CheckBox ID="CheckBox1" runat="server" Text="手机短信提示" />
  53.            <asp:CheckBox ID="CheckBox2" runat="server" Text="每天提示" /><a href="#"></a></td>
  54.         </tr>
  55.  
  56.         <tr>
  57.             <td align="center" class="usertablerow1" colspan="2">
  58.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" Text="发送" OnClick="Button1_Click" />
  59.                 &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
  60.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.back()" /><div id="Div2">
  61.                                 </div>   </td>
  62.          
  63.         </tr>
  64.      
  65.     </table>
  66.     <br>
  67.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  68.         border="0">
  69.         <tr>
  70.             <th colspan="2">
  71.                 使用方法</th>
  72.         </tr>
  73.         <tr>
  74.             <td class="usertablerow1" align="right" width="11%">
  75.                 <strong>使用说明</strong></td>
  76.             <td class="usertablerow1" width="89%">
  77.                 编辑完毕后点击确定,注意角色排序号要为数字。</td>
  78.         </tr>
  79.     </table>
  80.     </form>
  81.     
  82. </body>
  83. </html>