📄 querybyclass.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -