listen.jsp

来自「陕西电信sp客户端」· JSP 代码 · 共 30 行

JSP
30
字号
<%@page contentType="text/html; charset=GBK" %>

<html>
<head>
<title>
离线授权
</title>
</head>
<body>
<form method="post" name="form1" action="authorize.jsp">
<table width=327 cellspacing=0 cellpadding=0 align=cente border=0 bgcolor="#eeeeee">
  <tbody>
	<tr>
	  <td bgcolor="#3872a5"><table width="100%" border="0" cellspacing="1" cellpadding="3">
			<tr bgcolor="#eeeeee">
			  <td>在此输入需要测试的离线授权用户全名</td>
			</tr>
			<tr bgcolor="#eeeeee">
			  <td><input name='vnetloginname' value='gzVNET7@163.gd@GD.chinavnet.com' size='40'><BR>
				  <input type=submit></td>
			</tr>
		  </table></td>

	</tr>
  </tbody>
</table>

</form>
</body>
</html>

⌨️ 快捷键说明

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