criptoseries

Cryptoservices

Jul 6th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:
  2. function AccesosdirectosCriptoseries()
  3. {
  4.         var texto = prompt("Please enter the name of the cryptocurrency or service to which you want to access");
  5. var moneda = texto.toLowerCase();
  6.     if (moneda != null){alert("Correct!"); window.location = "https://coinmarketcap.com/currencies/"+moneda}
  7.         else{alert("error");}
  8.         if (moneda == "poloniex"){window.location = "https://poloniex.com"}
  9.         if (moneda == "bittrex"){window.location = "https://bittrex.com"}
  10.         if (moneda == "steemit"){window.location = "https://steemit.com"}
  11.         if (moneda == "steemdollars"){window.location = "https://coinmarketcap.com/currencies/steem-dollars"}
  12. }
  13.  
  14. AccesosdirectosCriptoseries();
Advertisement
Add Comment
Please, Sign In to add comment