Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. window.addEventListener('load',iniciar,false);
  2. function iniciar(){
  3. cantidad_viajes = document.getElementById("cantidad_viajes").value;
  4. valor_unitario = document.getElementById("valor_unitario").value;
  5. }
  6.  
  7. window.addEventListener('load',iniciar,false);
  8. function iniciar(){
  9. cantidad_viajes = document.getElementById("cantidad_viajes").value;
  10. valor_unitario = document.getElementById("valor_unitario").value;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement