Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
These codes make an image by java. How to capture the link of these images in languages like C# using WebBrowser control in which you have access to just HTML document text.


<script>
	var RecaptchaOptions = {
	theme: 'custom',
	lang: 'ir',
	custom_theme_widget: 'recaptcha_widget'
};
</script>
<div id="recaptcha_image"></div>
<span class="recaptcha_only_if_image">نوشته:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LfdmAsAAAAAAPb_3Zn53hlv5fR3oUS0FeXc7a9h&lang=en"></script>


thx
Posted
Updated 4-May-10 17:04pm
v4

1 solution

The image will be a URL, and I expect that hitting that URL will not give you the same picture. These systems are designed to stop you from doing what you're trying to do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900