Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1246

Python • Re: push data to webpage

$
0
0
Have you tried the simple javascript refresh page after 5 seconds e.g.

Code:

    <script type="text/javascript">        // Reload the page after 5 seconds        setTimeout(function () {            location.reload();        }, 5000);    </script>

Statistics: Posted by neilgl — Sun Feb 23, 2025 3:43 pm



Viewing all articles
Browse latest Browse all 1246

Trending Articles