by eric chastain (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
this code allows an asp programmer to include files from anywhere on the web, not just from other pages within the current domain, using a VB COM component.
Inputs
The url of the page you wish to include in yours.
Assumes
the wininet module used to access the files over the web taken from "WebPage Ripper" by Kevin Pirkl
"GREAT CODE, THANKS!"
Code Returns
returns all of the html code in that page and displays it at the location of the html tag.
Download aspExtender (10 KB)