How to navigate web pages in desktop HTMLViewer control

Hi there. Is it possible to have ‘previous’ (back) and ‘next’ (forward) control on a rendered HTML page in the HTML control. I am a complete newbie :slight_smile: Thanks

Yes. Write it in the html…

Thank you Emile for your reply. I did not knowe that the raw HTML of a web page, for example ‘bbc.com’ could be changed to accomodate my requirements.
As I said, I’m a compete newbie not just to XOJO but also modern day programming. Could you give an example please? Thanks, Dermot

The first thing you should do when thinking of a problem is to consult the documentation such as here:

https://documentation.xojo.com/api/user_interface/desktop/desktophtmlviewer.html#desktophtmlviewer-goback

where a cursory inspection will provide answers.

Genius. Thanks Tim. I did say that I’m a novice. Dermot