⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cajero.htm

📁 Do, the mount of the cost of a countable aplication.
💻 HTM
字号:
<html><head>       <title>Cajero Autom醫ico</title></head><body><script language="JavaScript">function Muestra(){	var Monto = document.frmCajero.Monto.value;		var Diez = document.frmCajero.Diez.value;	var V1 = Diez * 10;		var Veinte = document.frmCajero.Veinte.value;	var V2 = Veinte * 20;		var Cincuenta = document.frmCajero.Cincuenta.value;	var V3 = Cincuenta * 50;		var Cien = document.frmCajero.Cien.value;	var V4 = Cien * 100;		var Doscientos = document.frmCajero.Doscientos.value;	var V5 = Doscientos * 200;		var Suma = V1 + V2 + V3 + V4 + V5;		if (Suma == Monto)	{		alert ("Retiro efectuado con 蓌ito");	}	else	{		alert ("Verifique su retiro");		}}</script><form name=frmCajero><pre>Monto      <input type=text value=0 name=Monto><br>Retiro  10 <input type=text value=0 name=Diez><br>Retiro  20 <input type=text value=0 name=Veinte><br>Retiro  50 <input type=text value=0 name=Cincuenta><br>Retiro 100 <input type=text value=0 name=Cien><br>Retiro 200 <input type=text value=0 name=Doscientos><br><br>             <input type=button value=Mostrar OnClick=Muestra()></pre></form></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -