Auto refresh web page

前端 未结 10 2280
挽巷
挽巷 2021-02-12 19:06

I have a web page which allows the user to carry out various operations that in turn modify the database. Also, this web application needs to keep track of various fields in dat

10条回答
  •  终归单人心
    2021-02-12 19:45

    I think that the following is a good solution with the refresh command in the header.

    When you call the httpSuccess function try to use this:

    server.httpSuccess("text/html","Refresh: 30\r\n");
    

提交回复
热议问题