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:
Text File  |  1997-07-15  |  153 b   |  7 lines

  1. Set h = CreateObject("IISSample.Asp2Htm")
  2.  
  3. h.URL( "http://localhost/default.asp" )
  4.  
  5. if h.GetData() then
  6.     h.WriteToFile( "c:\temp\temp.htm" )
  7. end if