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

📄 cp_cx.asp

📁 自己做的鞋业网站代码
💻 ASP
字号:
<!--#include file="../check_user.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; ">
<title>查询窗口</title>
<link  href="../css.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../js/pub.js"></script>
<script language="javascript">
function f_cx(){
	FServiceCode = form1.FServiceCode.value;
	FServiceName = form1.FServiceName.value;
	url = "xxlr_left.asp?FServiceCode="+FServiceCode+"&FServiceName="+FServiceName
	window.opener.parent.left.location.href = url;
	self.close();
}
</script>
</head>
<body leftmargin="10" rightmargin="10" topmargin="5" onLoad="form1.FServiceCode.focus();">
<div align="center" class="font11b">[消息录入]查询窗口</div>
<form name="form1" style="margin-top:10" >
<table border="1" cellpadding="0" cellspacing="0" width="95%" align="center" class="table_main">
  <tr>
    <td width="30%" align="right">业务代码:</td>
	<td width="70%"><input type="text" name="FServiceCode"></td>
  </tr>
  <tr>
    <td width="30%" align="right">业务名称:</td>
	<td width="70%"><input type="text" name="FServiceName"></td>
  </tr>
</table>
<br>
<table width="90%" align="center" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
	<input type="submit" value="查询" onClick="f_cx()" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	<input type="button" value="取消" onclick="javascript:window.close()" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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