![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/12/2005, 03:53
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Hola Pablo Castrillo
Prueba esto otro:
Código:
pepe = ['<html>',
'<head>',
'</head>',
'<body>',
'</body>',
'</html>']
for (i=0; lin=pepe[i]; i++)
document.write(lin);
Saludos, |