default.asp
来自「ASP编写的一个公司网站的源程序」· ASP 代码 · 共 27 行
ASP
27 行
<%@ Language=VBScript %>
<%
Option Explicit
Response.Buffer=true
dim CatalogId
CatalogID=Request("Catalog_ID")
Session("CatID")=CatalogID
%>
<!--#include file="Menu.asp"-->
<%
Response.Redirect "UserManage.asp"
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<P> </P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?