|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Repost : redirect after a time interval
jsp redirect after some time
I am using the jsp tag <%response.sendRedirect("http://localhost:8080/register_success.jsp"); %> to redirect to another page, but i want this page to appear after say like 3 seconds, so user gets a change to see the contents of current pagea s well. How can i accomplish this ? thanks |
|
#2
|
|||
|
|||
|
You can use Thread for this.
Use Thread.sleep(3000) to wait for 3 seconds. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Repost : redirect after a time interval |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|