pmsend.jsp
来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 18 行
JSP
18 行
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%
String encodIndex = response.encodeURL("index.jsp");
%>
<jsp:include page="header.jsp"></jsp:include>
<p>收信人:<input type="text" name="msgto" value="${valueObject.msgfrom }" maxlength="15" format="M*m" /><br />
标题:<input type="text" name="subject" value="${valueObject.subject }" maxlength="70" format="M*m" /><br />
内容:<input type="text" name="message" value="" format="M*m" /><br />
<anchor title="提交">提交
<go method="post" href="<%=encodIndex %>?action=pm&do=send&sid=${valueObject.sid }">
<postfield name="msgto" value="$(msgto)" />
<postfield name="subject" value="$(subject)" />
<postfield name="message" value="$(message)" />
<postfield name="formhash" value="${valueObject.formhash }" />
</go></anchor>
<br /><br /><a href="<%=encodIndex %>?action=pm">短消息首页</a></p>
<jsp:include page="footer.jsp"></jsp:include>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?