![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/07/2002, 17:10
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 6 meses Puntos: 0 | |
Re: mostrar datos dinamicamente o asi
<script language="Javascript">
<!--
var indice=0
while(indice<101)
{
document.write(indice+"<br>")
indice++
}
//-->
</script>
o asi
<script language="Javascript">
<!--
var indice=0
do{document.write(indice+"<br>")
indice++
}while(indice<101)
//-->
</script>
<center><hr size="1" width="100%" noshade><a href=javascript:MsgrApp.LaunchIMUI('gpa36@hotmail. com')>
<strong><font face="courier new" color="#666666" size="2">Contact Me?[/CODE]</strong>
<IMG SRC="http://woertman.org:8080/msn/gpa36" border="0"></A></ce |