Java Script
|
|
![]() |
|
|
|
|
Si buscas
hosting web,
dominios web,
correos empresariales o
crear páginas web gratis,
ingresa a
PaginaMX
![]() ![]() <HTML> <HEAD> <title> TABLAS DE MULTIPLICAR </title> <script language="javascript"> function tablas (form){ var xxnum=eval(form.xnum.value) for (x=1;x<=10;x++){ R=xxnum*x; document.write(xxnum+"*"+x+"="+R+"<br>"); } } function xxx(){ window.close(); } </script> </head> <body> <marquee bgcolor="purple" behavior=alternate> <i><font size=5 color="pink" face="algebrian"> TABLAS DE MULTIPLICAR </font> </i> </marquee> <form> <center> <table border="0" bgcolor="purple"> <tr> <td> INGRESE UN NUMERO </td> <td> <input type="text" name="xnum"><br><br> </table> <input type="button" name="Generar" value="Generar" onclick="tablas(this.form)"> <input type="button" name="salir" value="salir" onclick="xxx()"> </form> </body> </html> |
Tu Sitio Web Gratis © 2025 Java Script28821 |