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

📄 select_user_class.jsp

📁 它主要应用于教育系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" contentType=
"text/html;charset=gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"
+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">

    <title>My JSP 'select_user_class.jsp' starting page</title>

    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">

    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
  </head>

  <body>
  <% if(request.getParameter("operater").equals("modify")){ %>
  <FORM action="administrator/user_modify.jsp" method="post">
  <%}else if(request.getParameter("operater").equals("insert")){%>
  <FORM action="administrator/user_insert.jsp" method="post">
  <%} else if(request.getParameter("operate").equals("delete")){%>
  <FORM action="administrator/user_delete.jsp" method="post">
 <% }%>
                  <P></P><P align="center"></P><P align="center">
                  <br><br>
                  <table border="1" width="60%" height="50%">
                  <tr><th colspan=3>请选择你要更改的用户所属的类型: 
</th
></tr>
                  <tr><td><INPUT type="radio" name="user_class1" value=
"student" checked="checked">
                   student&nbsp;</td>
                  <TD><INPUT type="radio" name="user_class1" 
value="teacher"
>
                   teacher&nbsp;</TD>
                        <TD><INPUT type="radio" name="user_class1" 
value=
"administrator">
                   administrator</TD>
                   </tr>

                   <TR>
                              <td colspan=3>
                                    <P align="center">
                                          <INPUT type="submit" 
value="提交"
>
                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT type="reset" 
name=
"reset" value="重置"></P></td></TR>
                   </table>
                   </FORM>
            </body>
</html>

⌨️ 快捷键说明

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