PutterPlace
Active member
- Joined
- Feb 18, 2008
- Messages
- 37
- Programming Experience
- 1-3
I am working on a small project for testing purposes. All I want to be able to do is get an image URL from a webpage. The only problem that I'm having is that I cannot find the image URL within the HTML. Here is the URL from which I'm attempting to get the image from:
When right-clicking in Firefox and choosing "View Image", it shows that the image URL is as follows:
After examining the HTML for a little bit, I've come up with the conclusion that the image is generated from JavaScript:
I know there must be some way to grab the image URL. Any help would be greatly appreciated.
VB.NET:
http://www.stumbleupon.com/sign_up.php
When right-clicking in Firefox and choosing "View Image", it shows that the image URL is as follows:
VB.NET:
http://api.recaptcha.net/image?c=A_BUNCH_OF_STUFF_HERE
After examining the HTML for a little bit, I've come up with the conclusion that the image is generated from JavaScript:
VB.NET:
http://api.recaptcha.net/js/recaptcha_ajax.js
I know there must be some way to grab the image URL. Any help would be greatly appreciated.