This is the link code: <a href="javascript:loadNewFragment('contact_info.html','contentHolder');" class="chromestyle">Home</a> Is there any way to work in code to reload the page when someone clicks the Home link? Any help would be appreciated.
I figured it out. <a href="javascript:loadNewFragment('contact_info.html','contentHolder');" class="chromestyle" onClick="window.location.reload()">Home</a> Code (markup):