funny Prank created by me
Hello guys here is a lovely prank ..that i created today...you can play this on your friends and have fun...Please click on this link before reading next
#-Link-Snipped-#
..here is the coding for this trick
#-Link-Snipped-#
..here is the coding for this trick
<html> <head> <title> My Pranks </title> <script type="text/javascript"> function mytrick() { var mymessage=new Array(5); mymessage[0]="Welcome"; mymessage[1]="What do you want"; mymessage[2]="hey what the hell are you doing"; mymessage[3]="Please don't click me again and again"; mymessage[4]="I think you gonna mad! he he"; var i=0 for(i=0;;i++) { if(i<=4) { alert(mymessage[i]); } else {i=i-4; alert(mymessage[i]); } } } </script> </head> <body bgcolor="black"> <marquee scrollamount="10"><font color="Pink">Hello Guys</font></marquee> [url=javascript:mytrick()]<center>[img]click.gif[/img]</center>[/url] </body> </html>
0