function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anonymous DeveloperAnonymous Developer 

Creating a back button

Good Day everyone 

how do I target this in the community? As I am using font awesome icon as a button. I want the button to go back to the previous page that i visited.


<div><a href="javascript:history.go(-1)"onMouseOver="
self.status.referrer; return true">Back Page</a><div>

Need help. Thanks in advance
 
Anonymous DeveloperAnonymous Developer
Here is my code

User-added image

User-added image