K
kimiraikkonen
Hi,
Assuming "webbrowser1.document.links.count" returns 28 items for this
array and when i want to display an array item by
"Msgbox(webbrowser1.document.links.item(1).name)" doesn't return an
array item as string. Just blank entry. Tried on Yahoo and Google with
same result.
Also webbrowser1.document.images.item(x) doesn't return a string
referring a image name/url.
x = any array index
How can i display webbrowser1.document.links or images array items as
strings? Nothing is displayed exceot only blank entry.
Assuming "webbrowser1.document.links.count" returns 28 items for this
array and when i want to display an array item by
"Msgbox(webbrowser1.document.links.item(1).name)" doesn't return an
array item as string. Just blank entry. Tried on Yahoo and Google with
same result.
Also webbrowser1.document.images.item(x) doesn't return a string
referring a image name/url.
x = any array index
How can i display webbrowser1.document.links or images array items as
strings? Nothing is displayed exceot only blank entry.