search.jsp

来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 16 行

JSP
16
字号
<%@ 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>论坛搜索<br />
关键字: <input type="text" name="srchtxt" value="" maxlength="15" format="M*m" /><br />
用户名: <input type="text" name="srchuname" value="" format="M*m" /><br />
<anchor title="提交">提交
<go method="post" href="<%=encodIndex %>?action=search&amp;do=submit">
<postfield name="sid" value="${valueObject.sid }" />
<postfield name="srchtxt" value="$(srchtxt)" />
<postfield name="srchuname" value="$(srchuname)" />
</go></anchor></p>
<jsp:include page="footer.jsp"></jsp:include>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?