Wednesday, July 15, 2009

How to refresh the jsp page after loading?

I have designed a web page to display events posted. Each time if I add an event. The page not directly taking the information. For this I need to refresh to look the new added content. Plz give me the code so that the page can refresh onload.



How to refresh the jsp page after loading?





when the submit button is pressed and you add the event in the same way you get the information to write to the database you should be able get that information to display it without needing an additional refresh. If you do need an additonal refresh the easiest way is with javascript saying window.location.href=%26quot;www.yahoo.com%26quot;

No comments:

Post a Comment