| Author |
waiting on a page and then redirecting to another page
|
Rekha Pande
Ranch Hand
Joined: Jan 29, 2004
Posts: 145
|
|
hi.. i have this one.jsp ... which i eventually redirect to process.jsp.... i want process.jsp to be displayed like for 1 minute and then redirect it back to one.jsp... how do i do that..??? !!!
|
 |
Shankar Narayana
Ranch Hand
Joined: Jan 08, 2003
Posts: 134
|
|
Hi Rekha, Add this tag in the <head></head> tags of the html. <meta http-equiv="Refresh" content="3;URL=jsp/login.jsp"> This will diplay the page for 3 seconds and redirect to login.jsp..
|
"Failure is not when you fall down; its only when you fail to get up again."
|
 |
 |
|
|
subject: waiting on a page and then redirecting to another page
|
|
|