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 |
Why are servlets used?
Is servlet a server side scripting language?
How can we perform any action at the time of deploying the project?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
what is meant by servlet to servlet communication?
How to get the server information in a servlet?
What is the ServletConfig() and what is its use?
how a user session can be tracked in servlets?
What's the advantages using servlets than using cgi?
Explain servlet life cycle?
What is the advantage of Servlets when compared with other server side technologies?
What is use of parseQueryString ?