querybyclass.jsp
来自「培训考试系统代码」· JSP 代码 · 共 15 行
JSP
15 行
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<%
String pagePath = request.getParameter("pagePath") + "&classIdTerm=" + request.getParameter("classID") + "&byClass=1";
%>
<table width="539" border="0" cellpadding="0" cellspacing="0" class="table-cs1">
<tr><td>
<iframe src="/ChooseClass.do?classID=<%=request.getParameter("classID")%>&pagePath=<%=request.getParameter("pagePath")%>" align="left" frameborder="0" name="classcontent" height="100" width="535" scrolling="yes"></iframe>
</td></tr>
<tr><td>
<iframe src="<%=pagePath%>" align="left" frameborder="0" name="querycontent" height="450" width="535" scrolling="yes"></iframe>
</td></tr>
</table>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?