Disable WebSession.ConfirmMessage

Is there a way to prevent this message from coming up, I want to leave the page to display a payment screen.

Is there a way to turn this off.

My alternate is open the payment screen in a new tab, but i don’t think my users will necessarily notice the new tab.

Set .ConfirmMessage = “” ?

https://documentation.xojo.com/api/web/websession.html.ConfirmMessage

Thanks, Will that be on all browser?

I’m not sure, maybe read the comments on the docs pages.
Or somebody else knows.

You could offer a link for the user to click, which opens a new tab and switches to it. Simply set “Target”.