Forum Discussion

KellyBianchi's avatar
KellyBianchi
Qrew Assistant Captain
8 years ago

How can I make a Rich Text Page self-refresh?

I have an html code page that I can apply to a homepage to make it self-refresh. I have tried to enter that code into the html of the Rich text page, but it caused some chaos. Does anyone have a solution for this?

3 Replies

  • Hi Kelly,

    I have tried to use the code in the Rich Text page and it worked for me.

    Here you go.

    <script> window.setInterval(function() { window.top.location.reload(true); }, 15000); alert("Hello my friend"); </script> <h1>Please confirm if this page refreshes or not. </h1>

    Try this code and let me know if this works for you or not.

    Thanks,
    Gaurav