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

📄 dic.asp

📁 客户管理crm xitong ,希望能给你带来帮助
💻 ASP
字号:
<%
strTable=request("strTable")
if strTable="" then
	response.end
end if
%>
<html>
<head>
<title>自定义字典<%=strTable%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../cssD.css" rel=stylesheet>
</head>

<body bgcolor="#FFFFFF" text="#000000" onunload="unload();">
<form name="form1" method="post" action="Diclist.asp?strTable=<%=strTable%>" target="Diclist">
<table width="100%" border="1" cellspacing="0" cellpadding="2" bordercolorlight='#000000' bordercolordark='#FFFFFF'>
  <tr> 
      <td colspan="2" height="30"><font color="#990000"><b>查询:</b></font>拼音码 
        <input type="text" name="PY_Code" maxlength="10" size="10" class="input">
        字段值
        <input type="text" name="Dic" maxlength="20" size="10" class="input">
        <input type="submit" name="Submit" value="  查 询  " class="button">
        <input type="hidden" name="addnew" value="">
      </td>
  </tr>
  <tr> 
      <td width="72%" height="354">
	  <iframe src="Diclist.asp?strTable=<%=strTable%>" width="100%" height="100%" border=0 name="Diclist"></iframe>
	  </td>
      <td width="28%" height="354" align="center">
        <input type="button" name="Submit2" value="    浏  览    " class="button" style="height:25" onclick="Diclist.document.location.href='Diclist.asp?strTable=<%=strTable%>';">
        <br><br>
        <input type="button" name="Submit2" value="    增  加    " class="button" style="height:25" onclick="Diclist.document.location.href='addDic.asp?strTable=<%=strTable%>';"><br><br>
        <input type="button" name="Submit2" value="    删  除    " class="button" style="height:25" onclick="Diclist.document.form1.meth.value='del';Diclist.document.form1.submit();"><br><br>
        <input type="button" name="Submit2" value="    修  改    " class="button" style="height:25"><br><br><br>
        <input type="button" name="Submit2" value="    退  出    " class="button" style="height:25" onclick="window.close();"><br><br>
      </td>
  </tr>
</table>
</form>
</body>
</html>
<script>
	function unload()
	{

		opener.document.location.reload();
	}
</script>

⌨️ 快捷键说明

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