Auto refresh page every 30 seconds

前端 未结 4 1995
甜味超标
甜味超标 2021-01-30 16:30

I have a JSP page which has to display the status of various jobs that are running. Some of these jobs take time, so it takes a while for their status to change from processing

4条回答
  •  青春惊慌失措
    2021-01-30 16:58

    If you want refresh the page you could use like this, but refreshing the page is usually not the best method, it better to try just update the content that you need to be updated.

    javascript:

    
    

提交回复
热议问题