Tutorialsplane

JavaScript Redirect to a page after few seconds on Button Click


JavaScript Redirect to a page after few seconds on Button Click We can use pure JavaScript function window.location and setTimeoout to redirect to particular page. Let us understand how we can redirect after 1 minutes on button click.


JavaScript Redirect to a page after few seconds on Button Click Example

Here is simple example to redirect after submit button to the specified page-

JavaScript Redirect to a page after few seconds on Button Click Example:



<title>JavaScript Redirect</title>







Try it ยป