⑴ asp調用其他文件夾里的文件
<%
dim a
a=定義變數值,可以是數字也可以是 文本
if a="a" then %>
<!-- #include file="../a/index.asp" -->
<% else
if a="b" then %>
<!-- #include file="../b/index.asp" -->
<% end if
if a="c" then %>
<!-- #include file="../c/index.asp" -->
<% end if
end if %>