How will you open a new page after certain interval of time
(5 sec), on clicking of a button in an html page?

Answers were Sorted based on User's Feedback



How will you open a new page after certain interval of time (5 sec), on clicking of a button in an ..

Answer / himanshu agrawal

use meta tag:
<META HTTP-EQUIV=Refresh CONTENT=5;URL=YourURL>

Is This Answer Correct ?    2 Yes 1 No

How will you open a new page after certain interval of time (5 sec), on clicking of a button in an ..

Answer / prakash

use meta refresh tag to set the interval or use javascript
onclick functionality

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

Is servlet thread safe?

0 Answers  


What is servlet? Explain

0 Answers  


request parameter how to find whether a parameter exists in the request object?

0 Answers  


i am bca student,give me suggest for bright future

18 Answers   BSNL, Future Considerations,


List the Different types of servlet?

0 Answers  






Explain the steps involved in placing a servlet within a package?

0 Answers  


what is servlet and what you get when we use servlets?

7 Answers   GGK Tech, Satyam,


What are the security issues in Servlets?

2 Answers  


if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler

4 Answers   Polaris,


How do you find out what client machine is making a request to your servlet

0 Answers  


Can we get PrintWriter and ServletOutputStream both in a servlet?

0 Answers  


What is difference between jsp and servlet?

0 Answers  


Categories