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- [email protected]!>
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

AIVideo-App.com
Générez vos vidéos d'entreprise par l'IA avec la voix ou simplement du texte

chatGPTaz.com
Parlez à ChatGPT dans votre langue maternelle

AppAIVidéo
Votre première application vidéo AI GRATUITE

Deepfake Video
Deepfake AI Video Maker

Deepfake
Deepfake AI Video Maker

AI Deep Fake
Deepfake AI Video Maker

AIvidio
AI Video Mobile Solutions

AIvideos
AI Video Platform & Solutions

AIvedio
AI Video App Maker

Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT

Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT

Temu gratuit 500 $ pour les nouveaux utilisateurs
Claim Free Temu $500 Credit via Affiliate & Influencer Program

Crédits publicitaires TikTok gratuits
Maîtrisez les publicités TikTok pour le marketing de votre entreprise

Dall-E-OpenAI.com
Générez automatiquement des images créatives avec l'IA

chatGPT4.win
Parlez à ChatGPT dans votre langue maternelle

Premier produit d'intelligence artificielle d'Elon Musk - Grok/UN.com
Parlez au chatbot Grok AI dans votre langue

Outily.win
Centre d'outils ouvert et gratuit, utilisable par tous et pour tous, avec des centaines d'outils

GateIO.gomymobi.com
Airdrops gratuits à réclamer et à partager jusqu'à 150 000 $ par projet

iPhoneKer.com
Économisez jusqu'à 630 $ à l'achat d'un nouvel iPhone 16

Acheter le robot Tesla Optimus
Commandez votre robot Tesla Bot : Optimus Gen 2 dès aujourd'hui pour moins de 20 000 $

JavaScript par jour


Google Safe Browsing McAfee SiteAdvisor Norton SafeWeb Dr.Web