How to pop up a jsp page refreshing every two seconds ?

Showing Answers 1 - 3 of 3 Answers

Amit Vasa

  • Mar 9th, 2006
 

You need to take help of HTML Auto refresh facility to achive this task. Please search google to know more about auto refresh html tag. You can also do view source of few stock or cricket site which have this autorefresh factility.

  Was this answer useful?  Yes

Surender Singh

  • Mar 13th, 2006
 

Use this line in HTML in

Code
  1. <head> tag meta http-equiv="refresh" content="2,abc.jsp"

above code auto open abc.jsp after 2 minutif you want same file refresh after 2 minutues
Code
  1. meta http-equiv="refresh" content="2"

  Was this answer useful?  Yes

siva kumar reddy

  • Aug 1st, 2006
 

 by using the following method we can refresh for every two seconds.


Code
  1. response setHeader("refresh","2")

cheers

siva kumar reddy.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions