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
Answer / himanshu agrawal
use meta tag:
<META HTTP-EQUIV=Refresh CONTENT=5;URL=YourURL>
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prakash
use meta refresh tag to set the interval or use javascript
onclick functionality
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the working of service() method of a servlet.
Can filter be used as request or response?
What’s the difference between forward() and sendredirect() methods?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is httpservlet and how it is different from genericservlet?
What is the difference between using getSession(true) and getSession(false) methods?
when the jsp page is translated to servlet?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What is difference between get and post method?
can we use more than one controller in web application
What are the objects involved when a servlet receives a call from client?
Which exception is thrown if the servlet is not initialized properly?