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

📄 showtel.jsp

📁 自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
<title>1</title>
<script language="javascript" src="${pageContext.request.contextPath}/image/OperationForm.js">
</script>
</head>
<body style="margin: 0px">

<html:form action="/dealWithOperation?task=SubmitDeal" styleId="form1" target="_top" >
<table width="100%" border="1" cellspacing="0" cellpadding="0" id="ttc">

<input type="hidden" name="starttime">
<input type="hidden" name="endtime">
<input type="hidden" name="nid">
<input type="hidden" name="userid">
<input type="hidden" name="nmax">
<input type="hidden" name="nmin">
<input type="hidden" name="emnid">
<input type="hidden" name="dealerid">
  <tr>
    <td width="21%" height="20" align="left" valign="middle" nowrap id="ttc">开通/关闭</td>
    <td width="28%" nowrap id="ttc"><select name="dredgestate" id="dredgestate">
      <option value="0">--未选--</option>
      <option value="开通">开通</option>
      <option value="关闭">关闭</option>
    </select>	</td>
    <td width="19%" nowrap id="ttc">帐期</td>
    <td width="32%" nowrap id="ttc"><select name="select" id="select">
      <option value="0">--未选--</option>
      <option value="开通">开通</option>
      <option value="关闭">关闭</option>
    </select></td>
  </tr>
  <tr>
    <td height="20" align="left" valign="middle" nowrap id="ttc">处理标记</td>
    <td align="left" valign="middle" nowrap id="ttc"><select name="dmark" id="dmark">
      <option value="0">--未选--</option>
    </select>	</td>
    <td align="left" valign="middle" nowrap id="ttc">用户归属地</td>
    <td align="left" valign="middle" nowrap id="ttc"><select name="address" id="address">
      <option value="0">--未选--</option>
    </select></td>
  </tr>
  <tr>
     <td height="30" colspan="6" align="center" id="ttc">
	<input type="button" name="Submit" value=" 提交 " onClick="javascript:{checkForm(1);}">     </td>
  </tr>
</table>
</html:form>
</body>
</html>

⌨️ 快捷键说明

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