共有两个页面index.htm是首页.程序比较简单,主要是用了ASP里的文件操作对象。 <!--index.htm---------------------------------------
将指定的asp文件内容生成HTML文件 将指定的asp文件内容生成HTML文件 <% Function GetPage(url) dim Retrieval
<% Function GetPage(url) dim Retrieval Set Retrieval = CreateObject("Microsoft.XMLHTTP") With R
<% Function GetPage(url) dim Retrieval Set Retrieval = CreateObject("Microsoft.XMLHTTP") With R
Place this code into an ASP Page and run it! -- Random FileName Creation Function Generator(L
<html> <meta http-equiv="Refresh" content="2"> <!-- Place this code into an A
共有两个页面index.htm是首页.程序比较简单,主要是用了ASP里的文件操作对象。 <!--index.htm----------------------> <!DOCTYP
使用ASP生成HTML文件,共有两个页面index.htm是首页.程序比较简单,主要是用了ASP里的文件操作对象。 <!--index.htm--------------------
受<! #include file="filename.asp" --> 宏限制,必须存在该文件并且会预先编译(不管前面是否加以条件)。经常有这样的要求,根据不同的需求要求includ
<% function getHTTPPage(url) dim Http set Http=server.createobject("MSXML2.XMLHTTP"