Rosetta Code/Tasks without examples: Difference between revisions

Content added Content deleted
(draft task for Tasks without examples)
 
Line 4: Line 4:


=={{header|VBScript}}==
=={{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().
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
<lang vbscript>Option Explicit