favorite.asp

来自「1、日志增加首页显示调用index_show.asp 2、日志增加用户的修改和」· ASP 代码 · 共 20 行

ASP
20
字号
<!--#include file="commond.asp" -->
<!--#include file="include/function.asp" -->
<!--#include file="header.asp" -->
<table width="768" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="images/index-mid.gif"><div align="center">
        <hr align="center" width="750"><table width="750" border="0" align="center" cellpadding="4" cellspacing="6" background="images/blog_main.gif">
  <tr>
    <td width="160" valign="top" bgcolor="#F8F8F8" nowrap><%
	Call MemberCenter
	Response.Write("<br>")
	Call SiteInfo
	Response.Write("<br>")
	Call blogSearch%><br>
	</td>
    <td width="100%" valign="top" bgcolor="#FFFFFF"><%Dim Fav_Action,Fav_Message
	Fav_Action=Trim(Request.QueryString("action"))
	If Fav_Action="DelFav" Then
		If IsInteger(Request.QueryString("favID"))=False Then
			Fav_Message=Fav_Message&"鍑虹幇閿欒

⌨️ 快捷键说明

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