![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#1
|
||||
|
||||
|
Error en window.setTimeOut()
Código:
<script language="JavaScript">
var texto = " Texto A Mostrar ";
var tam = texto.length;
function mover(){
x = texto.charAt(0);
texto = texto.substring(1,tam)+x;
window.setTimeOut(mover(),1000);
}
</script>
<body onload="mover()>
stack overflow at line: 0 |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| window.open | Marquitos | HTML, Javascript y otros | 1 | 02-05-2006 18:39:51 |
| Omitir texto en window.print() | D-MO | HTML, Javascript y otros | 4 | 22-01-2006 05:49:46 |
| QReport has no parent window | david duarte | Impresión | 1 | 19-01-2006 15:06:07 |
| javascript: window.open | roman | HTML, Javascript y otros | 3 | 03-06-2005 18:35:10 |
| Idioma en Window XP | jealousy | Windows | 3 | 26-09-2003 01:18:35 |
|