📄 clsmngselect.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<%
SysResultSet res = (SysResultSet)session.getAttribute("CLSMNG_SESECTRES");
%>
<table width="539" border="0" cellpadding="0" cellspacing="0" class="table-cs1">
<tr>
<td height="25" class="td-cs2"> <form name="Clsoperatorform" action="/ClsMngOperatorAction.do?operatorFlag=<%=OperatorFlagCode.CLSMNG_OPERATOR%>" method="post" >
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="24%" height="25">
<select name="select" class="input3" >
<% while(res.next())
{
%>
<option value="<%=res.getString("CLASSID")%>"><%=res.getString("CLASSTITLE")%>
<%
}
%>
</option>
</select>
</td>
<td width="76%">
<input name="ok" type="image" onClick="Clsoperatorform.submit();return false;" src="/agt/public/images/ok.gif" width="82" height="22" border="0" onMouseOver="this.src='/agt/public/images/'+ this.name + '_2.gif';" onMouseOut="this.src='/agt/public/images/'+ this.name + '.gif'">
<input type="hidden" name="gytest" value="确定"></td>
</tr>
</table>
</form></td>
<td class="td-cs2"> </td>
</tr>
</table>
<%@ include file="/agt/public/jsp/bot.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -