PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → How to reload the page at some particular interval of time
How to reload the page at some particular interval of time
Débuté par veer, 05 déc. 2018 06:53 - 1 réponse
Posté le 05 décembre 2018 - 06:53
HI, I need to reload/refresh the page at particular interval of time duration
"Must it should be work in internet explorer"
Membre enregistré
1 623 messages
Popularité : +100 (114 votes)
Posté le 06 décembre 2018 - 14:23
Hello

You need to set a browser Timer()
See documentation : https://doc.windev.com/en-US/…

That timer will execute X times per second the function you want to it to refresh the page.