nPhoenix

redirecionamento de pΓ‘gina com tempo determinado.

Sep 30th, 2011
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function link() {
  2. location.href='http://seulink.com.br';
  3. };
  4. window.setTimeout('link()', 1000);
  5. /* 1000 = 1 segundo (intervalo de tempo em milissegundos). */
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment