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 |
Which is better jsp or servlet?
What is the use of httpservletresponsewrapper?
when the several requests comes to server..how it manage the requests
When jsessionid is created?
How do I know if java is running on linux?
what is the difference between ServletContext and ServletConfig
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?
What is servlet name in web xml?
difference between sendredirect,forward and url rewritting
What do you mean by a filter and how does it work?
How servlets can be automatically reloaded?
Why doesn’t a servlet include main()? How does it work?