Home › Forums › Support › Back to previous page This topic has 8 replies, 2 voices, and was last updated 4 years ago by Elvin. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 14, 2016 at 3:18 am #244214 muralidharan HiTom can we create a button that remain common in all blog pages that take you the page where we begin thanks November 14, 2016 at 9:08 am #244278 TomLead Developer Lead Developer To go back to the previous page the user was on, you would have to use javascript to talk to their browser and get the previous page. If you just want to link back to the home page, that’s much easier. If you do a Google search for “link to previous page”, you should find lots of examples 🙂 November 16, 2016 at 5:21 am #244786 muralidharan thanks tom November 16, 2016 at 9:29 am #244869 TomLead Developer Lead Developer You’re welcome 🙂 July 1, 2019 at 8:33 am #946202 Leon Below code works for me. <button onclick="goBack()">Go Back</button> <script> function goBack() { window.history.back(); } </script> August 18, 2021 at 8:29 pm #1900816 srimali Hi I want browser back arrow to work in my website, in some pages it does not work. Pls help August 18, 2021 at 9:28 pm #1900843 ElvinStaff Customer Support Hi srimali, Hi I want browser back arrow to work in my website, in some pages it does not work. Pls help Can you link us to sample pages where it works and where it doesn’t work? So we can inspect the page and investigate why it doesn’t work for some while it works on others. If you wish to share the links in private, you can open a new topic for this so you can use its private information text field. Let us know. 😀 August 18, 2021 at 9:55 pm #1900854 srimali Thank you very much for your support, problem was solved, I use elementor as page builder, when linking a page I choose ‘open in new window’ – then it worked. Thank you very much for your prompt reply. August 18, 2021 at 10:03 pm #1900863 ElvinStaff Customer Support Nice one. Thanks for letting us know. Glad you got it sorted. 😀 Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In