HTMLViewer back / forward buttons?

think this way:

if at certain point of the history you go back and change way ( go to another url ), you loose all the following history from that point, and it is replaced with the new path starting from the new url

page1 -> page2 -> page3

you go back to page 2

and from there you go to page4

page1 -> page2 -> page3
?
? -> page4

page 3 is removed from history

page1 -> page2
?
? -> page4

:slight_smile:

There was a post recently about getting the correct current url from a page in htmlviewer. Additional DocumentComplete events may fire when ads and other content within the page load up. If you wanted to pursue the Full-History Back and Forward feature…

Getting correct URL for HTMLViewer

…when your thought induced headache goes away.

If it’s good enough for Safari - it’s good enough for me :slight_smile:
Thank you both - very much appreciated.