Forum Discussion
GauravSharma3
8 years agoQrew Commander
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
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