Bookmark Stack?

Is there a stack which allows a user to bookmark a RW page at the click of a button?
Although I presume this has been asked before, I can’t find anything on the forum.
Thanks

I dint know of one but you can do it with a little JavaScript.

Thanks for the reply. Prompted by your post I’ve found some Javascript examples on the web. I can see where javascript goes in the page inspector, but just how to attach that to a button is way beyond my capabilities.

Here is an example, click the green Try it Yourself button. You will be served the code and an example of what the code does. You can see how to execute a script from an image button.
https://www.w3schools.com/js/

This will also help: https://www.computerhope.com/issues/ch001344.htm

1 Like

Thanks pointers to excellent resources - for the beginner. Looks like lots of fun to be had with coding this sort of thing. Could be addictive.