Hi,

When a page loads, I need to intercept one of the Named buttons that appear on screen and stop the button opening another page, when clicked by the User.

I would presume that it will happen in BeforeNavigate, but what code do I use to destroy the call to the HTML page under the clicked button?

Thanks.