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

📄 filterok.asp

📁 网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点:无须安装客户端] 主要功能模块:管理 公文 车辆 通知 档案 值班 人事 审批 仓库 主界面 软件下载 个
💻 ASP
字号:
<!--#include file="../config/config.asp"-->
<%Response.Expires=0
nickname=Session("hxf_u_nickname")
if nickname="" or Session("hxf_u_inthechat")<>"1" then Response.Redirect "close.asp"
filname=Request.Form("filtername")
filname=" "&filname&","
clearall=Request.Form("clearall")
if clearall="取消" then filname=" ,"
Session("hxf_u_filname")=filname
%>
<html>
<head>
<title>屏蔽讨厌鬼</title>
<style type='text/css'>
body {font-size:12pt;}
td {font-size:10.5pt;line-height:120%}
input{font-size:9pt}
select{font-size:9pt}
textarea{font-size:9pt}
.p9{font-size:9pt}
</style>
</head>
<body oncontextmenu=self.event.returnValue=false bgcolor="<%=chatbgcolor%>" background="<%=chatimage%>" bgproperties="fixed">
<table width="100%" border="0" height="100%">
<tr>
<td>
<table width="100%" border="1" cellspacing="0" cellpadding="4" bgcolor="E0E0E0" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<form>
<tr align="center"> 
<td> 
<font color="red">屏蔽结果</font><br>
<%if filname=" ," then%><p>关闭此功能</p><%else%>
<font class="p9">下列用户的发言将被屏蔽,不会再出现在你的屏幕上。</font>
<p><font color=blue><%=filname%></font></p><%end if%>
<input type="button" value="返回" onclick="javascript:history.go(-1)">
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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