Introduction: Captcha Creater

Create captcha with no effort, my code will do it..
Head Tags, Place the below codes between head tag. (Note: It will need internet connection to run..)
----------------------------------------------------------------------------------------------------------------------------->



------------------------------------------------------------------------------------------------------------------------------->


Target name, where the link should go e.g(index.htm).
Link name
Click on 'Create Formula' copy/paste code, do not edit.

Step 1: Tips

Tips for editing code..

1) In divison of id link, place wherever you want or enter a class to style it. You can change divison tag into any tag
for e.g (<p id="link">hello</p>)..
<div id="link">hello</div>

2)If you want enter captcha for multiple links, then you have to change id's of jqurey and divison.
================================
$(document).ready(function(){
$("#link2").click(function(){$(".slide2").slideToggle("slow");});
});
================================
<div id="link2">hello</div>
<div class="slide2">...</div>
================================

3)Give this captcha for important links like 'LOGIN', "signup" or etc..

FOR ANY PROBLEM'S SOLUTION PLEASE LEAVE COMMENT FRANKLY..