
07/08/2008, 04:34
|
 | Colaborador | | Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 2 meses Puntos: 126 | |
Respuesta: Utilizar letras de una palabra como matriz Hola
Prueba así Cita: function prueba(f)
{
var txt = f.texto.value;
for (i=0; i < txt.length; i++)
{
alert("La divisiones son " +txt[i]);
}
} Suerte
__________________ Los formularios se envían/validan con un botón Submit <input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" /> |