⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pmsend.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ 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&amp;do=send&amp;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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -