📄 jj2old.asp
字号:
<!--#include file="config/config.asp"-->
<%Response.Expires=0
Set conn=Server.CreateObject("ADODB.CONNECTION")
Set rs=Server.CreateObject("ADODB.RecordSet")
connstr=Application("hg_connstr")
conn.open connstr
if Session("hxf_u_counted")<>"1" then
sql="SELECT value FROM system WHERE name='visitor'"
rs.open sql,conn,1,3
rs("value")=rs("value")+1
Application.Lock
Application("hxf_c_visitor")=rs("value")
Application.UnLock
rs.update
rs.close
conn.close
Set rs=nothing
Set conn=nothing
Session("hxf_u_counted")="1"
end if
visitor=Application("hxf_c_visitor")
%>
<html>
<head>
<style type="text/css">
</style>
<link rel="stylesheet" href="dg/setup.css">
<title>E缘江湖</title>
<SCRIPT language=JavaScript1.2 src="ljlnew.js"></SCRIPT>
<base target="_self">
</head>
<body oncontextmenu=self.event.returnValue=false leftmargin="0" topmargin="0" text="#000000" bgcolor="#EFEFEF">
<!--#include file="top.asp"-->
<script lauguage="javascript">
window.open('infotishi.asp','systeminfo','width=280,height=280,resizable=no,scrollbars=no');
</script>
<p align="center"><font color="#C0C0C0">
------------------------------------------------------------------------------------------------------------------------</font></p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="82%" id="AutoNumber4" height="52">
<tr>
<td width="33%" height="29" align="center"><a target="main" href="daiban/index.asp">
<img border="0" src="IMAGES/cycle.jpg" alt="查看待办事宜具体情况"></a></td>
<td width="33%" height="29" align="center"><a target="main" href="WENJIAN/DEFAULT.ASP">
<img border="0" src="IMAGES/06find.jpg" alt="查看每日的发文情况"></a></td>
<td width="34%" height="29" align="center">
<a target="_blank" href="http://ljl/mail/default.asp"><img border="0" src="IMAGES/06mail.jpg"></a></td>
</tr>
<tr>
<td width="33%" height="23" align="center"><img border="0" src="IMAGES/000.gif"><a href="daiban/index.asp"><img border="0" src="IMAGES/daifa1.jpg"></a></td>
<td width="33%" height="23" align="center"><img border="0" src="IMAGES/0xw.gif"><a target="main" href="WENJIAN/DEFAULT.ASP"><img border="0" src="IMAGES/daifa3.jpg"></a></td>
<td width="34%" height="23" align="center"><img border="0" src="IMAGES/0xw1.gif"><img border="0" src="IMAGES/daifa2.jpg"></td>
</tr>
</table>
</center>
</div>
<p align="center"><font color="#C0C0C0">
------------------------------------------------------------------------------------------------------------------------</font></p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber5" height="37">
<tr>
<td width="100%" height="37">
<p align="center"><img border="0" src="IMAGES/gonggao.gif"><!--webbot bot="HTMLMarkup" startspan --><IFRAME frameBorder=no
height=18 marginHeight=0 marginWidth=0 scrolling=no
src="chat/gg.asp" width=400><!--webbot bot="HTMLMarkup" endspan i-checksum="12681" --><font color="#FF0000"></SPAN><SPAN style="LINE-HEIGHT: 22px"></IFRAME></font></td>
</tr>
</table>
</center>
</div>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3" height="50">
<tr>
<td width="100%" height="50">
<p align="center"><font color="#FF0000">==============</font><img border="0" src="IMAGES/wangtong.jpg"><font color="#FF0000">===========</font></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -