dsebao
5/7/2014 - 6:37 PM

Redirect in js

Redirect in js

window.setTimeout(function(){
  window.location.href = "https://www.google.com";
}, 3000);