Español
<!--把如下代码加入<cuerpo>区域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin pos = 15; A = nulo; función shake_funct2(objeto,velocidad) { obj = eval(objeto) txt = clear_space(obj.value); si (pos == 15) { txt = txt + " "; posición = -15; } más { txt = " " + txt; posición = 15; } obj.valor = txt; obj.style.width = parseInt(obj.style.width) + pos; obj = objeto sp = velocidad TO = setTimeout("shake_funct2(obj,sp)",velocidad); } función clear_space(texto) { while (text.substring(0,1) == " ") { texto = text.substring(1,text.length); } while(text.substring(text.length-1,text.length) == " ") { texto = text.substring(0,text.length-1); } devolver texto; } función end_shake_funct2(objeto) { clearTimeout(TO); obj = evaluar(objeto); txt = clear_space(obj.valor); obj.valor = txt; //alerta(pos); if (pos == -15) { obj.style.width = parseInt(obj.style.width) +15; } pos = 15 } // Fin --> </script> <nombre del formulario=myform2> <table border=0> <tr><td> 一般抖动的按钮 </td> <td align=center width=160> <tipo de entrada=valor del botón = "一般速度" 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> </Table> </form>