📄 default.asp
字号:
<%@ Language=VBScript %>
<%
Response.Expires = 0
Response.Buffer = true
%>
<HTML>
<HEAD>
<title>欢迎光临都乐书店</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
</HEAD>
<BODY topmargin=4>
<table border=0 cellpadding=0 cellspacing=0 width=760 align=center>
<tr>
<td>
<!--#include file="include/title.inc"-->
</td>
</tr>
<tr>
<td>
<%
select case Request("job")
case "new"
%>
<!--#include file="include/newbook.inc"-->
<% case "shopcar" %>
<!--#include file="include/shopcar.inc"-->
<% case "counter1" %>
<!--#include file="include/counter1.inc"-->
<% case "counter2" %>
<!--#include file="include/counter2.inc"-->
<%case else %>
<!--#include file="include/main.inc"-->
<%end select %>
</td>
</tr>
<tr>
<td align=center>
<!--#include file="include/foot.inc"-->
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -