网络寻呼机数据库版发送消息tomessage.asp
程序员文章站
2022-07-01 23:04:48
<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.">
<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">
<input type="reset" value="重写" name="b2">
<input type="button" value="关闭窗口" onclick=javascript:window.close() name="b3">
</td>
</tr>
</table>
<p> </p>
</form>
</body>
</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.">
<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">
<input type="reset" value="重写" name="b2">
<input type="button" value="关闭窗口" onclick=javascript:window.close() name="b3">
</td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>
上一篇: JSP---JSP中4个容器-pageContext使用
下一篇: 支原体感染早期有哪些常见症状