<html>
<head> <meta http-equiv = "content-type" content = "text/html; charset = gb2312">
<Title> 发送信息 </title>
<idioma do script = javascript>
<!-
Função verifica (theForm) {
if (theform.word.value == "")
{
alerta ("请随便说几句。");
theform.word.focus ();
retornar falso;
}
retornar true; }
//->
</script>
</head>
<Body>
<br> <%
nome de usuário = solicitação ("nome de usuário")
%>
<form método = "post" nome = formulário action = "submitMessage.asp">
<tabela CellSpacing = "1" style = "colapso da borda: colapso" 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 = <%= nome de usuário%> readonly>
</td>
</tr>
<tr>
<td valign = "top"> 传呼信息 </td>
<Td>
<Textarea name = word cols = 40 linhas = "5"> </sexttarea>
</td>
</tr>
<tr>
<Td> </td>
<td> 输入的汉字不要超过 <font color = "#ff0000"> 200 </font> 个汉字 </td>
</tr>
<tr>
<td 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>
</tabela>
<p> </p>
</morm>
</body>
</html>