number.jsp

来自「一个oa系统」· JSP 代码 · 共 49 行

JSP
49
字号
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
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 'photo.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>
   <form action="<%=request.getContextPath() %>/modifynumberAction.do" method="post" name="fr" style="display:inline">
<table width="790" border="0" cellspacing="1" cellpadding="0">
  <tr>
    <td height="25" colspan="2"><div align="left"><span class="STYLE2">&nbsp;<span class="STYLE3">用户分机号设置</span>&nbsp;</span></div></td>
  </tr>
  <tr>
    <td width="346" height="16"><div align="center">请输入用户名:
       <input name="username" type="text" value="" size="15" maxlength="10" />    
    </div></td>
    <td width="441"></td>
  </tr>
  <tr>
    <td height="25"><div align="center">请输入分机号:      
        <input name="number" type="text" value="" size="15" maxlength="10" />    
    </div></td>
    <td height="25">
      <input type="submit" name="Submit2" value="查 询" />
    </td>
  </tr>
</table>
</form>
  </body>
</html>

⌨️ 快捷键说明

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