Page 1 of 1

Can I create my own back button

Posted: Thu Dec 07, 2017 2:25 am
by Deon

Hi

Is it possible to create my own back button? Same as the one that appears in the header. I need to create one in the footer and would like it to tap into the same code as the automated one in the header.

Thank you


Can I create my own back button

Posted: Thu Dec 07, 2017 4:59 pm
by Serhii Kulibaba

Hello Deon,

Yes, it is possible to create such a button with the custom JS code like:
prewindow.history.back();/pre


Can I create my own back button

Posted: Sat Dec 09, 2017 1:22 am
by Deon

Thank you