hi friends I wanted to know how do i show a particular page in JSP for some seconds and then forward it to another page Thanks in Advance Amit
<I>Chance Favours the Prepared minds"</I>
asheet anand
Ranch Hand
Joined: Nov 15, 2000
Posts: 83
posted
0
you can do it with the help os sessions. use the session.settimeout() property specifying the no.of milliseconds after which u will go to the next page. asheet
Andrew Shafer
Ranch Hand
Joined: Jan 19, 2001
Posts: 338
posted
0
If the session times out, does it reload/redirect the page? Are you sure it works like that? Doesn't the client side need to make a request to reload the page? Another way you can do this is with the HTML meta tag refresh property. You can dynamically generate this tag to meet your specific needs.
!_I_Know_Kung_Fu_!
maha anna
Ranch Hand
Joined: Jan 31, 2000
Posts: 1467
posted
0
Amit, A sampe code could be
subject: Forwarding the page after some time delay