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 / prakash
use meta refresh tag to set the interval or use javascript
onclick functionality
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does tomcat servlet container work?
What is lazy loading and what is Generic Servlet Class?
Why is httpservlet declared abstract?
What are the differences between forward() method and sendredirect() methods?
What is MIME Type?
Explain Action Servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Explain the servlet context.
How can we invoke another servlet in a different application?
Explain mvc pattern.
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Tell us something about servletcontext interface.
What are the steps that are required to handle the multi-threading?
What is difference between get and post method?
What is the difference between genericservlet and httpservlet