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 |
Some examples where generic servlet is used?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the types of ServletEngines?
What is the purpose of inter-servlet communication?
What is difference between cookies and httpsession?
Why is servlet used?
If some new data has entered the database, explain how can a servlet refresh automatically?
How to handle the debug errors in servlets?
What is Request Dispatcher?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
What is http servlet?
What do you mean by interservlet communication?