Home js-snippets How To Create Back Button with JavaScript How To Create Back Button with JavaScript personMarshall Unduemi September 22, 2018 0 share You may create a back button like your browser has. The following script allows the visitor to press a button and returns the user to the previous page. <form> <input type="button" value="Previous Page" onclick="history.go(-1)"> </form> Please like or share with friends and don’t forget say hello if you find it interesting, more are still coming to codexpress labs Devs users. Tags freebiesjs-snippets Facebook Twitter Whatsapp Newer Older
Hit me with a comment!