google+javascriptbanktwitter@js_bankfacebook@jsbankrss@jsbank






9 Funniest JavaScript effets L'Internet devient de plus en plus important, nous pouvons l'utiliser pour travailler, apprendre, pour se divertir ... jeux en ligne, Pour rechercher, écouter et télécharger les chansons préférées, des vidéos, des films, ...


Gratuit iPage hébergement Web pour la première année MOMENT



Si vous êtes toujours à la recherche d'un fournisseur d'hébergement Web fiable avec des tarifs abordables, pourquoi vous ne prenez pas un peu de temps pour essayer iPage, seulement avec $1.89/month, inclus $500+ Crédits supplémentaires gratuites pour le paiement de 24 mois ($45)?

Plus de 1.000.000 de clients + existisng peuvent pas avoir tort, vraiment vous n'êtes pas aussi! Plus important encore, lorsque vous enregistrez l'hébergement web à iPage grâce à notre lien, nous allons être heureux de renvoyer un plein remboursement. C'est génial! Vous devriez essayer iPage hébergement web GRATUITEMENT maintenant! Et contactez-nous pour tout ce que vous devez savoir sur iPage.
Essayez iPage GRATUIT première année MOMENT

4. Joking Error Message Alert box

Joking Error Message Alert box
Like the above funny JavaScript but this script uses the picture to make the choices; maybe from the idea of this joke plus some different pictures, you can make more funny jokes.


5. The text based Cheerleader Animation

The text based Cheerleader Animation
No need to say more about it, let try it out by yourself.
<html>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Web Site: http://www.crosswinds.net/~llizard -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("mac") != -1)
var a="\r";
else
var a="\n";
var max=0;
function tlist() {
max=tlist.arguments.length;
for (i=0; i this[i]=tlist.arguments[i];
}
tl = new tlist(
" o"+a+
" /|\\"+a+
" */ \\* ejm97"+a,

" o_"+a+
" \<| *"+a+
" *\>\\ ejm97"+a,

" _o/*"+a+
" * |"+a+
" / \\ ejm97"+a,

" *\o_"+a+
" / *"+a+
" \<\\ ejm97"+a,

" _o/*"+a+
" * |"+a+
" / \\ ejm97"+a,

" *\\c/*"+a+
" )"+a+
" / \> ejm97"+a,

" *"+a+
" \\__/c"+a+
" \> \\* ejm97"+a,

" __/"+a+
" (o_*"+a+
" \\* ejm97"+a,

" \\ /"+a+
" |"+a+
" */o\\* ejm97"+a,

" \\_"+a+
" ("+a+
" */o\\* ejm97"+a,

" \<_"+a+
" __("+a+
" * o|* ejm97"+a,

" /_"+a+
" __("+a+
" * o|* ejm97"+a,

" ___"+a+
" *\/ \>"+a+
" o|* ejm97"+a,

" *"+a+
" o|_/"+a+
" */ \\ ejm97"+a,

" *"+a+
" _o|_"+a+
" * \>\\ ejm97"+a,

" _o/*"+a+
" * |"+a+
" / \\ ejm97"+a,

" *\\o/*"+a+
" |"+a+
" / \\ ejm97"+a,

" c/*"+a+
" \<\\"+a+
" */\\ ejm97"+a,

" c__"+a+
" \<\ *"+a+
" */\\ ejm97"+a,

" c__"+a+
" /\ *"+a+
" * /\> ejm97"+a,

" c/*"+a+
" /(__"+a+
" * / ejm97"+a,

" __o/*"+a+
" * (__"+a+
" \< ejm97"+a,

" __o_"+a+
" * / *"+a+
" \<\\ ejm97"+a,

" *_o_"+a+
" | *"+a+
" \< \\ ejm97"+a,

" *_c_*"+a+
" |"+a+
" \>\\ ejm97"+a,

" *_c_*"+a+
" |__"+a+
" \> ejm97"+a,

" *_c_*"+a+
" __|__"+a+
" ejm97"+a,

" "+a+
" *_c_*"+a+
" __)__ ejm97"+a,

" "+a+
" *\\c/*"+a+
" __)__ ejm97"+a

);
var x=0;
function tick() {
document.animation.cheerleader.value = " " + a +
tl[x];
x++;
if (x != max)
setTimeout("tick()", 200);
else
x = 0;
}
// End -->
</script>
</HEAD>

<BODY OnLoad="tickundefined)">

<center>
<form name=animation>
<textarea name=cheerleader rows=5 cols=20></textarea>
<br>
<input type=button value="Start Again" onClick = "javascript:tickundefined)">
</form>
</center>

</html>

6. Faking Textarea on Typing

This funny script made to prove that you're too trusting of people. Don't believe me? Just check it by yourself. <html>

<head>
<title>Faking Textarea on Typing</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="copyright" content="JavaScriptBank.com" />
<script language="javascript">
<!-- done by JOHN CHACKO- johns221b@yahoo.com--!>
status="john chacko !!!!!"
var a=new Array(),n=""
a[1]='I';a[2]=' ';a[3]='A';a[4]='M';a[5]=' ';a[6]='A';a[7]=' ';a[8]='F';a[9]='O';a[10]='O';a[11]='L';a[12]=' ';a[13]=' ';a[14]='?';
function one()
{
t=document.f.txt.value
j=t.length
if(j>0)
{
for(var i=1;i<=j;i++)
{
n=n+a[i]
if(i==14)
{
document.f.txt.value=""
n=""
}
}
}
document.f.txt.value=n
n=""
setTimeout("one()",1)
}
function on()
{
one()
}
</script>
</head>
<body onload="onundefined)">
<center>
<h2>Type anthing slowly</h2>
<form name="f">
<textarea name="txt" cols="20" rows="5">
</textarea>
</center>
</form>
</body>
</html



Auteur

Phong Thai Phong Thai is a Web Developer, Web Coder for 20 years with PHP, JavaScript, CSS. He is the creator of JavaScriptBank.com - provide thousands of free JavaScript code examples, web development tips and tricks, helpful blogging guides.

Follow him on twitter@js_bank or connect with him on facebook@jsbank if you want. His websites for your knowledge: javascriptON.com, inOneSec.com, www.gomymobi.com

iPhoneKer.com
Save up to 630$ when buy new iPhone 15

GateIO.gomymobi.com
Free Airdrops to Claim, Share Up to $150,000 per Project

https://tooly.win
Open tool hub for free to use by any one for every one with hundreds of tools

chatGPTaz.com, chatGPT4.win, chatGPT2.fun, re-chatGPT.com
Talk to ChatGPT by your mother language

Dall-E-OpenAI.com
Generate creative images automatically with AI

AIVideo-App.com
Render creative video automatically with AI

JavaScript par jour


Google Safe Browsing McAfee SiteAdvisor Norton SafeWeb Dr.Web