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 |
Whether we can get deadlock situation in servlets?
What are different ways for servlet authentication?
What is servlet initializer?
Define declaration.
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 are the kinds of http requests?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
How do u authorize and authenticate without <auth> of web.xml
Can you call a jsp from the servlet?
What are the classes and interfaces for servlets?
What is the need of session tracking in HttpServlet ?
What is the difference between the include() and forward() methods?