SmsRecord.asp 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <!--#include file=time.asp-->
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  7. <title>短信发送记录示例</title>
  8. <style type="text/css">
  9. <!--
  10. .STYLE1 {
  11. font-size: 24px;
  12. font-weight: bold;
  13. }
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18. <TABLE width="477" border=0 align="center" cellPadding=0 cellSpacing=0>
  19. <form name="from1" method="post" action="doSmsRecord.asp" >
  20. <tr>
  21. <td height="54" bgcolor="#0099FF"><div align="center" class="STYLE1 STYLE1">asp短信发送记录示例</div></td>
  22. </tr>
  23. <TR >
  24. <TD width="485" ><table width="103%" height="254" border="0" id=mySide style="padding-top:2px;background-color:#E7F0F7">
  25. <tr>
  26. <td ><table width="100%" border="0" cellspacing="0" cellpadding="0">
  27. <tr>
  28. <td height="23">用户名:
  29. <label>
  30. <input name="uid" type="text" id="uid" size="15" />
  31. 密码:
  32. <input name="pwd" type="password" id="pwd" size="15" />
  33. </label></td>
  34. </tr>
  35. </table></td>
  36. </tr>
  37. <tr>
  38. <td valign="top" >信息编号:
  39. <label>
  40. <input name="num" type="text" id="num" size="20" />
  41. </label></td>
  42. </tr>
  43. <tr>
  44. <td height="29" valign="top" >开始时间:
  45. <label><strong>
  46. <input name="ddate" type="text" id="ddate" onclick="javascript:calendar();" value="" size="10" maxlength="50" />
  47. <strong>
  48. <input name="ddate2" type="text" id="ddate2" onclick="javascript:calendar();" value="" size="10" maxlength="50" />
  49. </strong></strong></label></td>
  50. </tr>
  51. <tr>
  52. <td height="75"><table width="100%" border="0">
  53. <tr>
  54. <td width="21%" style="padding-left:50px">&nbsp;</td>
  55. <td width="21%" nowrap="nowrap" ><input type="submit" name="sms" value="获取记录" /></td>
  56. <td width="58%">&nbsp;</td>
  57. </tr>
  58. </table></td>
  59. </tr>
  60. </table></TD>
  61. </TR>
  62. </form>
  63. </TABLE>
  64. </body>
  65. </html>