S
sconeek
hi all,
i am working on a web based java application. now i have this HTML page
which gets refreshed every 2 seconds (using javascript). now i also
want to redirect the user from this page to another page after
10seconds.
i have implemented user redirection using javascript and it works fine
on static pages. the problem is on a page which is being updated every
2 seconds, my timer gets resetted every 2 seconds and hence i am unable
to capture the entire 10second waiting period. i am thinking of doing
something perhaps on the server end using java instead of on the client
side, but there has to be a way of fixing this problem on the client
side.
can somebody help me out. thanks heaps.
i am working on a web based java application. now i have this HTML page
which gets refreshed every 2 seconds (using javascript). now i also
want to redirect the user from this page to another page after
10seconds.
i have implemented user redirection using javascript and it works fine
on static pages. the problem is on a page which is being updated every
2 seconds, my timer gets resetted every 2 seconds and hence i am unable
to capture the entire 10second waiting period. i am thinking of doing
something perhaps on the server end using java instead of on the client
side, but there has to be a way of fixing this problem on the client
side.
can somebody help me out. thanks heaps.