Hey guys,

Is there any mehtod at all in VB6 to pull some javascript data from a website? Ive managed to grab the HTML data, but that's not what I'm after. The HTML data looks like this:
Code:
<SCRIPT LANGUAGE="JavaScript"> parts("part1"); </SCRIPT>
Is there anyway to get the actual value that is grabbed instead of the HTML data?

Cheers.