如何捕获由javascript组件建立的链接? [英] How to capture links made by javascript components?

查看:66
本文介绍了如何捕获由javascript组件建立的链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


这些代码通过java制作图像.如何使用WebBrowser控件以C#等语言捕获这些图像的链接,在其中您只能访问HTML文档文本.


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



thx

推荐答案

该图像将是一个URL,我希望点击该URL不会给您相同的图片.这些系统旨在阻止您执行自己想做的事情.
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.


这篇关于如何捕获由javascript组件建立的链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆