?? d_tou.asp
字號:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>互聯商務論壇</title>
<link href="d_boai.css" rel="stylesheet" type="text/css"></head><body bgcolor="#FFFFFF">
<table width="776" border="0" align="center" cellpadding="5" cellspacing="0" bordercolor="#FFFFFF">
<tr><td bordercolor="#EBEBEB" bgcolor="#ffffff">
<!--#include file="D_lj.asp" -->
<!--#include file="../../headhtmbbs.asp" -->
<%
mingzi=request.Cookies("mingzi")
if Instr(mingzi,"=")>0 or Instr(mingzi,"'")>0 or Instr(mingzi,"(")>0 or Instr(mingzi,")")>0 then
response.Redirect("b_bankuai.asp")
end if
mima=request.Cookies("mima")
feihuiyuan="<a href=b_zhuce.asp>注冊會員</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_denglu.asp>登陸論壇</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_sousuo.asp>搜索帖子</a>"
feihuiyuan=feihuiyuan+" <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_xintie.asp>最新帖子</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_retie.asp>最熱帖子</a>"
feihuiyuan=feihuiyuan+" <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <font color=#777777>請確定已經打開瀏覽器的 Cookies 功能否則您將無法登陸</font>"
huiyuan="已登陸 <font color=#777777>"& server.HTMLEncode(mingzi) &"</font> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_jianjie.asp>修改簡介</a>"
huiyuan=huiyuan+" <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_mima.asp>更改密碼</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_sousuo.asp>搜索帖子</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_xintie.asp>最新帖子</a>"
huiyuan=huiyuan+" <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=b_retie.asp>最熱帖子</a> <img src=""tupian/fenxian.gif"" width=""7"" height=""15"" align=""absbottom""> <a href=c_tuichu.asp>退出論壇</a>"
set touyz=lj.execute("select mima from huiyuan where mingzi='"& mingzi &"'")
if mingzi="" or mima="" then
Response.Write(feihuiyuan)
call cookies
elseif touyz.eof then
Response.Write(feihuiyuan)
call cookies
elseif touyz("mima")<>mima then
Response.Write(feihuiyuan)
call cookies
else
Response.Write(huiyuan)
end if
sub cookies
response.Cookies("mingzi").expires=#2000-1-1#
response.Cookies("mima").expires=#2000-1-1#
end sub
%></td>
</tr></table>
<%
set gonggao=lj.execute("select biaoti,xuhao from tiezi where tiezi='gonggao' order by shijian desc")
if gonggao.bof and gonggao.eof then
else
do while not gonggao.eof
%>
<table width="776" border="1" align="center" cellpadding="2" cellspacing="0" bordercolor="#FFFFFF">
<tr><td width="30" bordercolor="#EFEFEF" bgcolor="#F4F4F4"><div align="center"><img src="tupian/gonggao.gif" width="18" height="18"></div></td>
<td bgcolor="#F9F9F9">
<a href="b_kantie.asp?tiezi=<%=gonggao("xuhao")%>"><%=server.HTMLEncode(gonggao("biaoti"))%></a></td>
</tr></table>
<%
gonggao.movenext
loop
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -