Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

redireccionar a una página con javascript después de un tiempo

<script type="text/javascript">
   //Redireccionamiento tras 5 segundos
   setTimeout( function() { window.location.href = "https://professor-falken.com"; }, 5000 );
</script>
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript create date object for midnight for a timezone 
Javascript :: jsconfig.json code to support absolute import 
Javascript :: sails setup 
Javascript :: jquery slider get value on change 
Javascript :: convert div to pdf javascript 
Javascript :: js NumberFormat 
Javascript :: angular material dialog close pass data 
Javascript :: async function javascript dec 
Javascript :: how to send message to user in socket.io 
Javascript :: javascript arrays 
Javascript :: how to add value with useref in react 
Javascript :: column to comma separated string in mongodb 
Javascript :: jquery default value 
Javascript :: jquery generate post entire page 
Javascript :: chrome extension inject html 
Javascript :: input in html table 
Javascript :: aframe basic example 
Javascript :: nextjs override page route 
Javascript :: sequelize check if exists 
Javascript :: js array entries 
Javascript :: remote with post data jquery ajax example 
Javascript :: using dot prototype with constructor in javascript 
Javascript :: js set visibility 
Javascript :: filter the falsy values out of an array in a very simple way! 
Javascript :: Sequelize plain result 
Javascript :: how to create a blob javascript 
Javascript :: leaflet geojson style stroke width 
Javascript :: hot get access_token instead of url 
Javascript :: how to pass a component as a prop in react 
Javascript :: How to Subtract the numbers in the array, starting from the right in javascript 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =