Forum Discussion
3 Replies
- GauravSharma3Qrew CommanderHi 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 - KellyBianchiQrew Assistant CaptainThanks, Gaurav... that worked perfectly!
- GauravSharma3Qrew CommanderGlad, it worked for you. :)