📄 sendmsg.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="top.jsp"%>
<%@ include file="../conn/time.jsp"%>
<TABLE cellSpacing=0 cellPadding=0 width=778 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle width=150 background=images/leftmanu_bg.gif>
<%@ include file="left.jsp"%>
</TD>
<TD style="BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(images/bg1.gif); BACKGROUND-REPEAT: repeat-y; BACKGROUND-COLOR: #ffffff" vAlign=top align=middle width=628>
<div align=center>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td height="30"> </td>
</tr>
<tr>
<td><div align="center">
<table width="610" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td height="24" background="images/del_6.gif"><table width="285" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="102"><div align="center">
<p class="zl"></p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="610" border="0" cellpadding="3" cellspacing="1" bgcolor="97C5E4">
<tr>
<td height="610" valign="top" bgcolor="#FFFFFF"><div align="center">
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20"> </td>
</tr>
<tr>
<td><div align="center">
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" bgcolor="E4E6E7"><table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"><img src="../images/pointi.gif" ></td>
<td class="zl"><strong><font color="#1F69A0">给<%=(String)request.getParameter("memname")%>发送留言</font></strong></td>
</tr>
</table></td>
</tr>
<tr>
<td height="18"> </td>
</tr>
<tr>
<td><form action="okmessage.jsp" method="post" name="form1" onSubmit="return check1();">
<table width="500" border="0" cellpadding="3" cellspacing="1" bgcolor="A8A8A9">
<tr bgcolor="EAECED">
<td height="35" colspan="3">
<div align="center">
<p class="zl2"><font color="3C3E3F">请填写留言信息</font></p>
</div></td>
</tr>
<input name="sendmem" type="hidden" class="zl" id="sendmem" size="60" value="<%=(String) session.getAttribute("loginname")%>">
<input name="recemem" type="hidden" class="zl" id="recemem" size="60" value="<%=(String)request.getParameter("recemem")%>">
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">标题</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="mtopic" type="text" class="zl" id="mtopic" size="60"></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">内容</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<textarea name="mtext" cols="50" rows="10" id="mtext"></textarea>
</td>
</tr>
<tr>
<td width="18%" height="80" bgcolor="#FFFFFF">
<div align="center"></div></td>
<td colspan="2" bgcolor="#FFFFFF"><div align="center">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input name="submit" type="submit" value="发送" onclick:javascipt"check()"></td>
<td><input type="reset" name="Submit3" value="重置"></td>
</tr>
</table>
</div></td>
</tr>
</table>
</form></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="25"> </td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="40"> </td>
</tr>
</table>
</div></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div>
<script language=javascript>
<!--
function check1(){
ff=document.form1
if (ff.mtopic.value==""){
window.alert("请填写留言标题!")
ff.mtopic.focus()
return false
}
if (ff.mtext.value==""){
window.alert("请填写留言内容!")
ff.mtext.focus()
return false
}
}
//-->
</script>
</TD></TR></TBODY></TABLE><IMG
height=10 src="images/bottom.gif" width=778><BR>
<%@ include file="end.jsp"%>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -