Hello!
If you go to this webpage (completing the URL with a valid external IP address of your gateway) you'll see a table of different blacklists and whether or not your IP address is listed:
What I want to do in a VB script is analyse this table line-by-line to check our own IP address but when I use
I get a lot of the page but not the table (or text of the table, more to the point). What do I need to do differently?
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]
If you go to this webpage (completing the URL with a valid external IP address of your gateway) you'll see a table of different blacklists and whether or not your IP address is listed:
What I want to do in a VB script is analyse this table line-by-line to check our own IP address but when I use
Code:
MsgBox objIE.Document.Body.outerText,, "outerText"
MsgBox objIE.Document.Body.outerHTML,, "outerHTML"
JJ
[small][purple]Variables won't. Constants aren't[/purple]
There is no apostrophe in the plural of PC (or PST, or CPU, or HDD, or FDD, and so on)[/small]