?? cajero.htm
字號:
<html><head> <title>Cajero Autom醫(yī)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 + -