Button - Browser back
Hi,
I inserted a button block within BeBuilder, and wanted to add the functionality, that, on click, one returns to the previous page.
So, in short, I need to have a Back Button.
I tried
- history.back()
and
- history.go(-1)
It didn´t work. What to do?
THX in advance
Markus
Comments
Hi,
We do not have such functionality.
What you ask requires custom modifications for which we do not provide help, so you should contact your web developer.
If you would like to see this feature in future updates, please let us know on the following topic:
https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest
Best regards
But what for is "onclick" then ?
Is there a docu for "onclick"?
It is an event for your function just as described here:
https://www.w3schools.com/jsref/event_onclick.asp
Best regards
history.back(); doesn´t work unfortunately
alert('Hello!') works
alert('Hello!'); works as well (no semicolon at the end)
alert("Hello!"); doesn´t work because of the double quotes
We just checked it on our and and history.back() works fine.
Hi Albert,
Actually it doesn't work! Can you plz show us what you used to make it work?
Kind regards,
George
Hi @SerialPixels,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks