home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
CHIP_CD_1998_11_PL.iso
/
offline
/
internet
/
asp
/
asp2html
/
IISASP2HTM1.EXE
/
Samples
/
asp2htm.vbs
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-15
|
153 b
|
7 lines
Set h = CreateObject("IISSample.Asp2Htm")
h.URL( "http://localhost/default.asp" )
if h.GetData() then
h.WriteToFile( "c:\temp\temp.htm" )
end if