Guest User

Untitled

a guest
Mar 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <a href="marca.php"> Enviar </a>
  2.  
  3. <!-- Re-direccionar -->
  4. <script type="text/javascript">
  5. $(document).ready(function() {
  6.  
  7. setTimeout(function() {
  8. window.location='marca/deportes.php';
  9. },5000); //Tiemo de espera 5s.
  10.  
  11.  
  12. });
  13. </script>
Add Comment
Please, Sign In to add comment