smsSend.asp 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title></title>
  6. <link href="public/css.css" rel="stylesheet" type="text/css">
  7. <style type="text/css">
  8. <!--
  9. .body{font-size:12px}
  10. .left_li { list-style-image: url(images/littlepic.gif); padding-top:10px;text-align:left}
  11. .left_li li{ margin-top:3px}
  12. #menu{table-layout:fixed;}
  13. #menu .menuHere {
  14. BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center;FONT-WEIGHT: bold; BACKGROUND: #f4fbff; BORDER-BOTTOM-STYLE: none; color:#FF0000
  15. }
  16. #menu .bgColor {
  17. BACKGROUND: #f4fbff; BORDER-BOTTOM-STYLE: none;
  18. }
  19. #menu .menuWill {
  20. BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center; BACKGROUND: #ffffff;
  21. }
  22. #mySide {
  23. BORDER-RIGHT: #9ec9ec 1px solid;BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; border-top:#9ec9ec 1px;
  24. padding-top:20px
  25. }
  26. #menu .clearance{BORDER-BOTTOM: #9ec9ec 1px solid}
  27. .STYLE1 {
  28. font-size: 24px;
  29. font-weight: bold;
  30. }
  31. -->
  32. </style>
  33. </head>
  34. <body >
  35. <TABLE width="477" border=0 align="center" cellPadding=0 cellSpacing=0>
  36. <form name="sendForm" method="post" action="doSmsSend.asp" >
  37. <tr>
  38. <td bgcolor="#0099FF"><div align="center" class="STYLE1">asp短信发送示例</div></td>
  39. </tr>
  40. <TR >
  41. <TD width="485" ><table width="100%" border="0" id=mySide style="padding-top:2px;background-color:#E7F0F7">
  42. <tr>
  43. <td ><table width="100%" border="0" cellspacing="0" cellpadding="0">
  44. <tr>
  45. <td height="23"><font color="#FF0000">接收短信号码
  46. (多个号码请 换行。区号+号码,手机不加0)</font></td>
  47. </tr>
  48. </table></td>
  49. </tr>
  50. <tr>
  51. <td valign="top" ><div style="padding-left:20px;"> <textarea name="telNo" cols="57" rows="7" id="textarea7"></textarea> </div> </td>
  52. </tr>
  53. <tr>
  54. <td valign="top" >输入发送短信内容:</td>
  55. </tr>
  56. <tr >
  57. <td ><div style="padding-left:20px;"> <textarea name="tre_Note_Content" cols="57" rows="5" id="tre_Note_Content" ></textarea> </div> </td>
  58. </tr>
  59. <tr>
  60. <td><table width="100%" border="0">
  61. <tr>
  62. <td width="21%" style="padding-left:50px">&nbsp;</td>
  63. <td width="21%" nowrap="nowrap" ><input type="submit" name="sms" value="发送短信" /></td>
  64. <td width="58%">&nbsp;</td>
  65. </tr>
  66. </table></td>
  67. </tr>
  68. </table></TD>
  69. </TR>
  70. </form>
  71. </TABLE>
  72. </body>
  73. </html>