ภาษาไทย
<!--เพื่อให้บรรลุผลนี้ จำเป็นต้องมีสองขั้นตอน ขั้นตอนแรกคือการเพิ่มโค้ดต่อไปนี้ลงในพื้นที่ <head>--> <script language="JavaScript"> <!-- สคริปต์ข้อความตลกโดย Bart Jellema var hellotext= "ยินดีต้อนรับสู่สถาบันการสร้างเว็บไซต์" var thetext="" var beginning=false var step=0 var times=1 functionwelcometext() { times-- if (times==0) { if (started= =false) { beginning = true ; window.status = hellotext; setTimeout("anim()",1); } thetext = hellotext; } } ฟังก์ชัน showstatustext(txt) { thetext = txt; 4000) times++ } ฟังก์ชั่น anim( ) { step++ if (step==7) {step=1} if (step==1) {window.status='>==='+thetext+'===<'} if (ขั้นตอน==2) { window.status='=>=='+thetext+'==<='} ถ้า (ขั้นตอน==3) {window.status='>=>='+thetext+'=<= <'} ถ้า (ขั้นตอน= =4) {window.status='=>=>'+thetext+'<=<='} ถ้า (ขั้นตอน==5) {window.status='==>='+thetext+ '=<=='} if (step==6) {window.status='===>'+thetext+'<==='} setTimeout("anim()",200); } </script> <!--ขั้นตอนที่ 2 : เพิ่ม "onLoad="welcometext()"" ลงในแท็ก <body> --> <body onLoad="welcometext()">