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>
java script.html
</title>
<script language="javascript">
function cobro(form){
var ximporte=eval(form.xximporte.value);
}
</script>
</head>
<body>
<marquee bgcolor="purple" behavior=alternate>
<i><font size=5 color="pink" face="algebrian">
COBRO DE COLEGIATIRA
</font>
</i>
</marquee>
<center>
<table border="4">
<TR>
<TD>
CREDENCIAL:
</TD>
<TD>
<input type="text" name="xcred">
</td>
</tr>
<tr>
<td>NOMBRE:</td>
<td><input type="text" name="xnombre"></td>
</tr>
<tr>
<td>COLEGIATURA:</td>
<td><input type="text" name="xcoleg"></td>
</tr>
<tr>
<td>SEMANA</td>
<td><input type="text" name="xsemana"></td>
</tr>
<TR>
<TD>TIPO</td>
<TD><input type="text" name="xtipo"></td>
<tr>
</tr>
<td>IMPORTE</TD>
<TD><input type="text" name="ximporte"></td>
</tr>
</table>
<input type="reset" name="limpiar" value="limpiar">
<input type="button" name="calcular" value="calcular" onclick="mate(this.form)">
<input type="button" name="salir" value="salir" onclick="xxx()">
</CENTER>
</form>
</body>
</html>
© 2025 Java Script

28818