Fool Funny

How To Make Others Fool ?

Hey Friends, 
Now I am here with an amazing javascript code. By this you can make other fool. The output of the code will look like this.

How to make others fool ?
Don’t click the buttons, this  is an image

How It Works ? 


When you move your mouse towards the correct answer it will shift from its position and will not allow you to click the correct answer. You can put this code in your websites to make others fool. Everybody will try to give the correct answer but finally nobody can do this.
(Also read some interesting computer mouse tricks)

Give me the Code:
Here is the code for you. Just copy paste it in notepad and save it as .html extension.
<span style="color: #6aa84f; font-family: &quot;Trebuchet MS&quot;,sans-serif; font-size: large;">Answer at least one question correctly and get a lot of instant prizes</span><br />
<script type="text/javascript"> flag1=1; flag2=1;function msg(){alert("Oops! You are wrong") ;}function msg1(){alert("Sorry, Your score is very poor") ;}function change(){if(flag1==1){
q1o2.style.left=270;flag1=2;}else if(flag1==2){q1o2.style.left=190;flag1=1;}}function change1(){if(flag2==1){q2o1.style.left=40;flag2=2;}else if(flag2==2){q2o1.style.left=120;flag2=1;
}}</script><span style="font-family: &quot;Trebuchet MS&quot;,sans-serif; font-size: small;"><span style="color: #cc0000;">1st Question:</span>&nbsp;&nbsp; 2 + 3 = ?&nbsp;</span><br />
<br /><br /><br /><br /><span style="font-family: &quot;Trebuchet MS&quot;,sans-serif; font-size: small;"><span style="color: #cc0000;">2nd Question:&nbsp; </span>Sun rises in _____ ?</span><br /><span style="font-family: &quot;Trebuchet MS&quot;,sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp;</span><br /><br /><br /><br /><br /><br />
<b style="color: #e06666;"><span style="font-family: &quot;Trebuchet MS&quot;,sans-serif; font-size: small;">Hey, shame on you. You failed to answer these simple questions right ! ! !
</span></b><br /><br /><br /><div id="q1o1" style="height: 210px; left: 120px; position: absolute; top: 80px; width: 210px;"><input onclick="msg()" type="button" value="    9    " /></div><div id="q1o2" style="height: 210px; left: 180px; position: absolute; top: 80px; width: 210px;"><input onmouseover="change()" type="button" value="    5    " /></div>
<div id="q2o1" style="height: 210px; left: 120px; position: absolute; top: 185px; width: 210px;"><input onmouseover="change1()" type="button" value=" East " />
</div><div id="q2o2" style="height: 210px; left: 180px; position: absolute; top: 185px; width: 210px;">
<input onclick="msg()" type="button" value=" West " /></div><div id="submit" style="height: 210px; left: 120px; position: absolute; top: 235px; width: 210px;">
<input onclick="msg1()" type="button" value="Submit" /></div>

Leave a Reply

Your email address will not be published. Required fields are marked *