Vorbly <Code>
CODING MADE EASY WITH VORBLY
WIX CODE RELOAD PAGE AT INTERVAL
Need to automatically reload your webpages? This tutorial will show you how to reload your webpages at regular intervals using Wix Code. Customers will be able to get updated information from your webpages. We will provide you with the webpage elements and sample codes required to implement this feature.
THE DEMO
THE ELEMENTS
The Page
HTML iframe: #html1
THE CODE
Page Code
setInterval(() => {
$w('#dynamicDataset').refresh();
console.log('Done refreshing Dataset');
}, 10000); // Reloads page at 10s intervals //
COMMENTS
I'm a paragraph. Click here to add your own text and edit me. It's easy.