Using the arrows in the browser for navigaion

I really donot know how to activate the option that in a SC application I can navigate with the backwards arrow in the browser. I use chrome, but it should also be possible in other browsers.
When I do that now I get a blank screen.
Perhaps some settings in the security or what?
Can somebody give me a hint.

Kind regards, Bert Steinebach

Please react. When my question is not clear…please let me know

Everybody should have this in every application… so i donot understand that noboy answers or at least gives a hint.

Let me ask it again:

I use chrome for the browser.
There are on the top one or two arrows for navigation in this browser.
When I use them in Scriptcase it does not work. How do I get them working?

could you give the example with a screenshot

Again, very strange. Nobody can tell me how to…It is one of the basis of every application and website…

astonishing indeed, the return backwards or forwards however depends on the permissions that are granted to the site and the activation of java or not in the security settings, it works without problems for me front and back,
version for me edge 42.17134.1.0

This problem is caused mainly by how ScriptCase’s page navigation system works…

To navigate between applications, ScriptCase usually makes a SUBMIT request to another page, and that is where the problem is. For many reasons (you can read more here: https://errorcodespro.com/confirm-form-resubmission/ ) the browser doesn’t simply refresh/reload a submitted page, which means you can’t just “go back” to the previous (submitted) page.

Having said that, I think you can use the JavaScript’s History API ( https://developer.mozilla.org/en-US/docs/Web/API/History ) to replace the ‘previous submitted page’ with a ‘not-submitted page’, so the back/forward button can work as expected. It may not be so easy/simple and if it’s not done right it can turn the navigation flow into a(nother lol) mess, but that’s the way to go if you want to make the back button work…

Great stuff Marmede…and thanks also nsch2308 …I have to study and try