Is there a way to reload a page automatically when event occurs, for example when the system date change.
Hey there,
There’s a few ways to refresh your page after an event depending on what you’re trying to achieve. I’m not completely sure on what you’re referring to when you say system date change, but I was able to find a few other similar posts that will help you.
-
https://www.wix.com/corvid/forum/community-discussion/reload-page-after-button-click
-
https://www.wix.com/corvid/forum/community-discussion/page-auto-refresh
-
https://www.wix.com/corvid/forum/community-discussion/how-to-auto-refresh-page-onevent
Hope this helps!
Best regards,
Thanks a lot. It helped. Actually, I needed to refresh the page when the current date is changing. The setTimout() is a nice bypass and enough for me.
Thanks