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

📄 setgroupterminal.jsp

📁 本服务条款内容一旦发生变动,乙方将会在本网站www.smspush.cn 的重要页面上提示修改内容。本服务条款的变更自上述页面发布之日起第三(3)日生效。甲方应定期查阅本服务条款及相关页面发布的修改内
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
设置终端组的终端集合
</title>
<style type="text/css">
<!--
.style1 {
	font-size: 16px;
	font-weight: bold;
}
-->
</style>
<script language="javascript">
	function idchange(){
		window.location = "/setGroupTerminalAction.do?action=get&groupId="
                + groupTerminalSetActionForm.groupId.options[groupTerminalSetActionForm.groupId.selectedIndex].value;
	}
</script>
</head>
<body>

<html:form action="/setGroupTerminalAction.do" method="POST">
<p>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
  <caption>
  <span class="style1">  设置终端用户组的终端号码集合  </span><br/><br/>
  </caption>
  <tr>
    <td width="212"> <label>用户组</label></td>
    <td width="388">
      <html:select property="groupId" style="width:180" onchange="idchange()"
        value='<%=request.getAttribute("groupId")==null?"":request.getAttribute("groupId").toString()%>'>
      	<html:optionsCollection property="groups" />
      </html:select>
    </td>
  </tr>
  <tr>
    <td><label>终端号码集合(号码间以分号";"隔开)</label></td>
    <td><html:textarea property="terminals" cols="60" rows="8"></html:textarea></td>
  </tr>
  <tr>
    <td colspan="2">    <div align="center"><html:submit property="submit" value="确定"/><html:reset value ="重置"/></div>    </td>
  </tr>
</table>
<p>

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

⌨️ 快捷键说明

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