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
What is a web application and what is it’s directory structure?
What is new in ServletRequest interface ? (Servlet 2.4)
How does Cookies work in Servlets?
How to generate the server side programming and the advantages of it over the other languages?
Why filter is used in servlet?
What is servlet name in web xml?
What is servlet and its life cycle?
What are the different methods involved in the process of session management in servlets?
What are the types of Session Tracking ?
Why doesn’t a servlet include main()?
What is ServletContext object?
What are the annotations used in servlet 3?
Define the life cycle of a servlets.
Explain the working of service() method of a servlet.
how the HTML data stored in web server?