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 |
What are the key methods that are involved in processing of http servlets?
Tell us something about servletcontext interface.
Can you call a jsp from the servlet?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
What is the difference between portlet and servlet?
What is a servlet-to-servlet communcation?
What is the purpose of requestdispatcher interface?
How can you push data from an Applet to a Servlet?
What is HTTP Tunneling?
Why do we need a constructor in a servlet if we use the init method?
What is the difference between context parameter and context attribute?