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 context in servlet?
Difference between doget and dopost?
Can you explain in detail 'javax.servlet' package?
What are the ways to handle multi-threading in servlets?
How forward () method is different from send redirect () method?
Can we use threads in Servlets?
Explain the steps involved in placing a servlet within a package?
Explain Action Servlet?
Can you call a jsp from the servlet?
List some life cycle methods of a servlet.
What is url encoding and url decoding
Explain the difference between servlet and cgi?
What do you mean by filter in servlet?
Why do we use sendredirect() method?
What are the advantages of Servlet over CGI?