I have a form with webbrowser control (wb1). I browse to some url then I have an embeded javascript in the document.

- This javascript will place a picture in the page from outside the original url hostname. Every page loaded will get a new picture but the picture has a unique url which will be different each time you load the page.
- I want to get the picture's url, so that I can browse to it in another webbrowser control (wb2)

Please note that page source of the loaded page does not have "img" tag, it only has the javascript part which will grab the random image url. If I use right click on image and choose from the context menu "Copy This Image URL" I can get the url, but I want to get the url using VB code instead (or a VB code to simulate this if applicable).

I would appreciate VB code for doing this if it can be done.

Thanks