📄 resend.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="cn.com.aheadsoft.util.StringFormat" %>
<%
String id=request.getParameter("ID");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>转发留言</title>
<script>
<!--
function atSubmit(obj){
isOK=false;
lab="";
for(i=0;i<obj.length;i++){
if(obj.elements[i].value!=null && obj.elements[i].value!=""){
isOK=true;
}else{
isOK=false;
lab=obj.elements[i].alt;
//obj.elements[i].focus();
break;
}
}
if(!isOK){
alert("您没有填写"+lab+"!请填写后提交。");
return false;
}else{
//obj.submit();
}
}
function openWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
function openWin(url) {
window.open(url,'','toolbar=no,location=no,menubar=no,resizable=1,scrollbars=yes,left=100,top=100,width=600,height=400');
}
-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr class="trA">
<td> 您的位置:通讯管理 >> 留言薄 >> <font class="fontcolor">转发留言</font></td>
</tr>
<tr height="2">
<td class="common">
</td>
</tr>
<tr>
<td align="center">
<%
//转发留言跳转标记 zenghongli 2004.4.11,转发留言后跳转到留言列表
String jumpToflag="reply";
%>
<form action="/krm/servlet/MailInfoServlet" method="post" name="mailinfo" onsubmit="return atSubmit(this)">
<input type="hidden" name="jumpToflag" value="<%=jumpToflag%>">
<table border="0" width="98%" align="center" bordercolor="A1B7DB" class="collapse">
<tr>
<td class="tdA" colspan="9" align="center"><div align="left">转发留言</div></td>
</tr>
<input type="Hidden" name="ID" value="<%= id %>">
<tr>
<td class="common bgcolor" > 接收人</td>
<td class="common"> <input type="text" class="long" readonly="true" name="MI_AcceptName" alt"接收人">
<a href="javascript:openWindow('/krm/servlet/UserSelectServlet?src1=mailinfo.MI_Accept&src2=mailinfo.MI_AcceptName','selectuser','width=500,height=300')"><image src="/krm/jsp/image/selectperson.gif" border="0"></a></td>
<input type="hidden" name="MI_Accept" alt="接收人" value="">
</tr>
<tr height="25">
<td align="center" colspan="2" class="tdC"> <input name="submit22" type="submit" onmouseover="this.className='button2'" onmouseout="this.className='button1'" class="button1" value="发 送"></td>
</tr>
<input type="Hidden" name="status" value="rs">
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -