GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 20 of 104    Print  
How to refresh a webpage automatically
How to refresh a webpage automatically,without using f5 key in key board


  
Total Answers and Comments: 7 Last Update: April 12, 2007     Asked by: nuthana 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 11, 2006 04:43:42   #1  
hemant        

RE: how to refresh a webpage automatically,witho...

A web page can be refreshed by using the following method of HttpServletResponse interface

HttpServletResponse.setHeader( Refresh 3 );


 
Is this answer useful? Yes | No
March 20, 2006 04:37:54   #2  
s_s78 Member Since: January 2006   Contribution: 10    

RE: how to refresh a webpage automatically,witho...
<meta http-equiv refresh content 4 >

 
Is this answer useful? Yes | No
March 31, 2006 05:27:19   #3  
Nishi        

RE: how to refresh a webpage automatically,witho...
Without going to the programming aspect We can refresh a web page by using Alt+d and then hit Enter key...
 
Is this answer useful? Yes | No
April 01, 2006 05:37:34   #4  
Atul Singh Chauhan        

RE: how to refresh a webpage automatically,witho...

hi Nishi

really u's Ans is very nice..


 
Is this answer useful? Yes | No
October 20, 2006 03:18:22   #5  
chandrakiran        

RE: how to refresh a webpage automatically,witho...
Hi you can also use ctrl + F5 to refresh the WebPage
 
Is this answer useful? Yes | No
October 26, 2006 06:27:18   #6  
praveen        

RE: how to refresh a webpage automatically,witho...

Hi Very Nice ans !!

Keep it up !!


 
Is this answer useful? Yes | No
April 12, 2007 08:36:26   #7  
John        

RE: how to refresh a webpage automatically,witho...
You can refresh a web page without using f5

Using Javascript code:

window.location.reload();

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape