| Author |
jsp refresh
|
bhaveshs shah
Greenhorn
Joined: Dec 21, 2006
Posts: 10
|
|
Sir, Kindly help me to refresh jsp page automatically after one minute, as i tried with javascript but would not sucess Kindly help for this. Sir i wanted same page to reload i dont want to redirect to next page Thanking you bhavesh [ January 22, 2007: Message edited by: bhaveshs shah ]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Refreshing a page is something that is done on the client side so this question will do better in the HTML/Javascript forum. Moving.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
|
have a look this link regarding your query.
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
Talha-bin -Shakir
Ranch Hand
Joined: Jan 26, 2006
Posts: 32
|
|
Specify the following below the <HEAD> in the HTML response. <meta HTTP-EQUIV="REFRESH" CONTENT="10" URL= "http://www.pagename.jsp"> The HTML Response page will automatically redirect.
|
 |
 |
|
|
subject: jsp refresh
|
|
|