<html>
<Head> <meta http-equiv = "content-type" content = "text/html; charset = gb2312">
<title> 发送信息 </title>
<сценарий языка = javascript>
<!-
Функция проверяет (форма) {
if (theform.word.value == "")
{
оповещение ("请随便说几句。");
theform.word.focus ();
вернуть ложь;
}
вернуть истину; }
//->
</script>
</head>
<тело>
<br> <%
Имя пользователя = запрос («Имя пользователя»)
%>
<form method = "post" name = form action = "oppermessage.asp">
<Таблица CellSpacing = "1" style = "Border-Collapse: Collapsse" BorderColor = "#111111" ID = "Autonumber1" Align = "Center">
<tr>
<td colspan = "2"> <b> <font size = "3"> 发送短消息 </font> </b> </td>
</tr>
<tr>
<Td> 传呼对象 </td>
<Td>
<input type = "text" name = "userid" size = "15" value = <%= username%> 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">
<input type = "отправить" value = "传呼" name = "b1">
<input type = "сбросить" value = "重写" name = "b2">
<input type = "button" value = "关闭窗口" onclick = javascript: window.close () name = "b3">
</td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>