Guest User

Untitled

a guest
Oct 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script>
  2. function getQueryVariable(variable) {
  3. console.log(variable);
  4. var proceso = variable;
  5. if(proceso=="3")
  6. {
  7. alert("prueba");
  8. return true;
  9. }
  10.  
  11. }
  12. </script>
Add Comment
Please, Sign In to add comment