Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var monto = parseFloat(document.getElementById("monto").value);
  2.     var tipo = document.getElementById("tipo").value;
  3.     var tipo = document.getElementById("moneda").value;
  4.     var tipo = document.getElementById("medio_pago").value;
  5.  
  6.     if (isNaN(monto)){
  7.         monto = '';
  8.     }
  9.  
  10.     function filtrar () {
  11.         window.location.replace("/anuncio/"+tipo+"?monto="+monto+"&moneda="+moneda+"&medio_pago="+medio_pago);
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement