After displaying an error notice, I need to redirect to a specified URL after 5 seconds.
First, I utilized Javascript as seen below.
document.ready(window.setTimeout(location.href = "https://www.google.co.in",5000));
However, it is not ...READ MORE
Sep 28, 2022
in Java
by
Nicholas
• 7,760 points
•
1,130 views