您现在的位置:计算机技术学习网 > 技术中心 > WEB编程 > ASP >

网络寻呼机数据库版发送消息tomessage.asp

来源:未知 责任编辑:智问网络 发表时间:2013-09-22 21:33 点击:
<html>

<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发送信息</title>
<script language=javascript>
<!--
function checks(theform){    
if (theform.word.value=="")
{
   alert("请随便说几句。");
   theform.word.focus();
   return false;
   }
   
  return true; }
  
  
  
//-->
</script>

</head>

<body>

<br><%
   username=request("username")

%>
<form method="post" name=form onSubmit="return checks(form)" action="SubmitMessage.asp">

    
  <table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="450" id="AutoNumber1" align="center">
    <tr>
      <td width="437" colspan="2" height="14"><b><font size="3">发送短消息</font></b></td>
    </tr>
    <tr>
      <td width="50">传呼对象</td>
      <td width="387">
        <input type="text" name="userid" size="15" value=<%=username%> readonly>
      </td>
    </tr>
    <tr>
      <td width="50" valign="top">传呼信息</td>
      <td width="382">
        <TEXTAREA name=word cols=40 rows="5"></TEXTAREA>
      </td>
    </tr>
    <tr>
      <td width="50"> </td>
      <td width="387">输入的汉字不要超过<font color="#FF0000">200</font>个汉字</td>
    </tr>
    <tr>
      <td width="444" align="center" colspan="2">
        <input type="submit" value="传呼" name="B1">
        &nbsp;
        <input type="reset" value="重写" name="B2">
        &nbsp;
        <input type="button" value="关闭窗口" onclick=Javascript:window.close() name="B3">
      </td>
    </tr>
  </table>
    
  <p> </p>
</form>

</body>

</html>

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • WAP常见问题问答大全(四)
    • ASP开发必备:WEB打印代码大全
    • ASP调用系统ping命令
    • asp缓存技术
    • ASP教程:第三篇 ASP基础
    • 用ASP+XML打造留言本(4)
    • 关于ASP Recordset 分页出现负数解决方法及建议
    • 用asp怎样编写文档搜索页面(5)
    • ASP处理多关键词查询实例代码
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1