<html>
<Head> <meta http-äquiv = "content-type" content = "text/html; charSet = gb2312">
<title> 发送信息 </title>
<script Language = JavaScript>
<!-
Funktionsprüfungen (theform) {
if (theform.word.value == "")
{
alarm ("请随便说几句。");
theform.word.focus ();
false zurückgeben;
}
zurückkehren; }
//->
</script>
</head>
<body>
<br> <%
Benutzername = Anfrage ("Benutzername")
%>
<form method = "post" name = form action = "subleMessage.asp">
<Table Cellspacing = "1" style = "Border-Collapse: Collapse" BorderColor = "#111111" id = "autonumber1" align = "center">
<tr>
<td colspan = "2"> <b> <font size = "3"> 发送短消息 </font> </b> </td>
</tr>
<tr>
<td> 传呼对象 </td>
<td>
<Eingabe type = "text" name = "userId" size = "15" Wert = <%= userername%> readonly>
</td>
</tr>
<tr>
<td valign = "top"> 传呼信息 </td>
<td>
<Textarea name = word cols = 40 rows = "5"> </textArea>
</td>
</tr>
<tr>
<td> </td>
<td> 输入的汉字不要超过 <font color = "#ff0000"> 200 </font> 个汉字 </td>
</tr>
<tr>
<td align = "center" colspan = "2">
<Eingabe type = "sureichen" value = "传呼" name = "b1">
<Eingabe type = "reset" value = "重写" name = "b2">
<Eingabe type = "button" value = "关闭窗口" onclick = javaScript: window.close () name = "b3">
</td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>