How will you open a new page after certain interval of time
(5 sec), on clicking of a button in an html page?
Answer Posted / himanshu agrawal
use meta tag:
<META HTTP-EQUIV=Refresh CONTENT=5;URL=YourURL>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we use the constructor, instead of init(), to initialize servlet?
What do you mean by annotations in servlet?
What is meant by Servlet? What are the parameters of service method?
What is the use of servlet context?
What do you mean by scope object and what are its types?
What is context in servlet?
How do you define a servlet?
What are the common methods that are included in the http servlet class?
What is servlet mapping?
What is the workflow of a servlet?
What are the steps involved in placing a servlet within a package?
Write a servlet to upload file on server.
List out the difference between ServletConfig and ServletContext?
How can you use a servlet to generate a plain text instead of html?
What is the use of request dispatcher interface?