Thought I’d share a code for the PP Community
It’s a simple page fresh button code to place on any page for manual refresh for the novice who doesn’t know where the Browser refresh button is
<a href="javascript:document.location.reload();" ONMOUSEOVER="window.status='Refresh'; return true" ONMOUSEOUT="window.status=' Refreshed '"> <button style="font-size:24px"> Page Refresh <i class="fa fa-circle-o-notch fa-spin"></i></button>
This reply is for PremiumPress customers only.
444
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
Thought I’d share a code for the PP Community
It’s a simple page fresh button code to place on any page for manual refresh for the novice who doesn’t know where the Browser refresh button is
<a href="javascript:document.location.reload();"ONMOUSEOVER="window.status='Refresh'; return true"
ONMOUSEOUT="window.status=' Refreshed '">
<button style="font-size:24px"> Page Refresh <i class="fa fa-circle-o-notch fa-spin"></i></button>
Attachments:
You must be logged in to view attached files.Members Only Content
This reply is for PremiumPress customers only.
Login Now