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.