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 application server is best for java?
i am bca student,give me suggest for bright future
18 Answers BSNL, Future Considerations,
What is session tracking?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
what is the advantage of using Servlets over CGI programming?
Explain servlet life cycle?
What are the life cycle methods of the servlet?
Is it possible to send a mail from a servlet? Explain?
How can you create a session in servlet?
request parameter how to find whether a parameter exists in the request object?
What are the difference between session and cookies in servlet? Explain
What mechanisms are used by a Servlet Container to maintain session information?