by Chetan Sarva (5 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
This function parses through HTML code and returns an array filled with the tags and their values.
Inputs
urlText: The HTML code you want to parse.
baseURL: The base URL associated with the code you are parsing. This is used for forming absolute URLs from links found in the code. (ie. the base url for
Code Returns
Nothing.
Side Effects
None.
API Declarations*Fixed as of 8/24/99*
Upload