This example shows how to render a web page.
First we create an ABCDrawHTML Page object. Next we set the URL. Finally we save at a specified location.
Set thePage = Server.CreateObject("ABCDrawHTML.Page") thePage.URL = "http://www.usa.gov/" thePage.Save Server.MapPath("usagov.jpg")
usagov.jpg