Click here to Skip to main content
15,913,685 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So, I'm making this webbrowser with Microsoft Visual C# 2010 Express, which is running on a site, gathering information and clicking some buttons.
But sometimes this code comes up:
XML
<script type="text/javascript">
    <!--
    new AntibotForm($('antibot_form'), 'fc', '/nordic/?side=fc');
    -->
</script>


And when it comes up, there are supposed to display 9 images, which one of the images is a cat that I have to click on.
But when hitting this block with my webbrowser, it doesn't show any images.
I know my webbrowser can read Javascript, because there is a javascript clock in the upper corner that works. But how do I enable JQuery? :)
It may be a stupid question, I don't know...
Posted
Updated 28-Nov-12 15:03pm
v2

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