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
Returns
Nothing.
Side Effects
None.
API Declarations*Fixed as of 8/24/99*