Java Script

Si buscas hosting web, dominios web, correos empresariales o crear páginas web gratis, ingresa a PaginaMX
Por otro lado, si buscas crear códigos qr online ingresa al Creador de Códigos QR más potente que existe


<HTML>
<HEAD>
<title>
TABLAS DE MULTIPLICAR 02
</title>
<script language="javascript">
function tablas (form){
var xxnum=eval(form.xnum.value)
x=1;
y=form.xnum.value;
while(x<=10){
R=eval(y)*x;
document.write(y+"*"+x+"="+R+"<br>");
x++
}
}
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>
© 2025 Java Script

28827