Rosetta Code/Tasks without examples: Difference between revisions

m
Line 5:
=={{header|VBScript}}==
Uses Internet Explorer (v9 and above) to traverse the DOM in the list page and subsequent task pages. Echoes title and href to the console. Outputs files containing html.
 
Could output text by retrieving innerText instead of innerHTML in Slurp().
<lang vbscript>Option Explicit
Anonymous user