logging.asp

来自「割自ro-blog v2.0」· ASP 代码 · 共 14 行

ASP
14
字号
<!--#include file="commond.asp" -->
<!--#include file="include/function.asp" -->
<!--#include file="include/md5code.asp" -->
<!--#include file="header.asp" -->
<table width="100%" height="300" border="0" cellpadding="0" cellspacing="0" align="center"  class=maintable>
  <tr>
    <td><br>
	<%IF Request.QueryString("action")="logout" Then
	Response.Cookies(CookieName)("memName")=""
	Response.Cookies(CookieName)("memPassword")=""
	Response.Cookies(CookieName)("memStatus")=""%>
	<table width="400" border="0" align="center" cellpadding="4" cellspacing="1" class="panel">
          <tr>
            <td height="22" align="center" class=leftbartop>閫

⌨️ 快捷键说明

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