ภาษาไทย
<!--把如下代码加入<body>区域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin pos = 15; ถึง = โมฆะ; ฟังก์ชั่น Shake_funct2 (วัตถุ, ความเร็ว) { obj = eval (วัตถุ) txt = clear_space (obj.value); ถ้า (pos == 15) { txt = txt + " "; ตำแหน่ง = -15; } อื่น ๆ { txt = " " + txt; ตำแหน่ง = 15; } obj.value = txt; obj.style.width = parseInt(obj.style.width) + ตำแหน่ง; obj = object sp = ความเร็ว TO = setTimeout("shake_funct2(obj,sp)",ความเร็ว); } ฟังก์ชั่น clear_space(ข้อความ) { while (text.substring(0,1) == " ") { text = text.substring(1,text.length); } ในขณะที่(text.substring(text.length-1,text.length) == " ") { text = text.substring(0,text.length-1); } กลับข้อความ; } ฟังก์ชั่น end_shake_funct2 (วัตถุ) { clearTimeout (TO); obj = eval (วัตถุ); txt = clear_space(obj.value); obj.value = txt; //แจ้งเตือน(pos); ถ้า (pos == -15) { obj.style.width = parseInt(obj.style.width) +15; } pos = 15 } // สิ้นสุด --> </script> <form name=myform2> <table border=0> <tr><td> 一般抖动的按钮 </td> <td align=center width=160> <input type=button value = "一般速度" style="font-size:12;width:150" onmouseover="shake_funct2(this,100)" onmouseout="end_shake_funct2(this)"> </td></tr > <tr><td> 快速抖动的按钮 </td> <td align=center width=160> <input type=button value = "更快速度" style="font-size:12;width:150" onmouseover ="shake_funct2(this,50)" onmouseout="end_shake_funct2(this)"> </td></tr> </ตาราง> </form>