ASP动态包含文件

来源:互联网 发布:js鼠标画正方形 编辑:程序博客网 时间:2024/04/19 15:04

利用  Server.Execute  实现ASP动态包含文件

<%

If   blnFlag =True  Then

     Server.Execute "file1.asp"

Else

     Server.Execute  "file2.asp"

End If

%>

原创粉丝点击