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 / 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 View All Answers
What are the different methods involved in generic servlet?
What is servlet? Explain
What are common tasks performed by Servlet Container?
How can we invoke another servlet in a different application?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Which java application server is the best?
Name the packages that work with servlet?
What do you mean by httpservlet and how it is different from the genericservlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How to make sure a servlet is loaded at the application startup?
How to get the current httpsession object?
What must be implemented by all servlets?
Is java servlet still used?
How do you get the ip address of the client in servlet?