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

📄 bbs_info_lei_chgswitch.asp

📁 全球商务网站系统介绍 GLOBALEC.COM.CN[生成HTML版] 系统概述: 软件名称:全球商务网站系统 当前版本:V1.0 最新版本:V1.1 运行环境:WINNT+(IIS)
💻 ASP
字号:
<!--#include file="../../conn/conn.asp"-->
<%
response.buffer=false
root=request("root")
steer=request("steer")
keys=request("keys")
%>
<html>
<head>
<title>设置类别属性</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="100%" cellspacing="0" cellpadding="0">
  <tr align="center"> 
    <td width="100%"><img src="../images/loading.gif" width="94" height="27"></td>
  </tr>
</table>
<%
if steer<>"" and keys<>"" and root<>"" then
  conn.execute("update bbs_info_lei set switch="&keys&" where steer="&steer&" or mysteer="&steer)
  if cint(keys)=1 then
    keysname="启用"
  else
    keysname="停止"
  end if    
end if
%> 
<script language=javascript>
<!--
   window.opener.location.reload();
   self.close();
//-->
</script>
</body>
</html>

⌨️ 快捷键说明

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