BeforeNavigate

[event icon] BeforeNavigate() Event

Event fired before we navigate to a URL

Applies to: HTML


>BeforeNavigate

BeforeNavigate

This event is called when the HTML control is about to navigate to a different page. You can see the URL it will navigate to by inspecting the property EventURL.

Return FALSE from this event to prevent the control navigating to the new page.

For an example on how to use this control and its methods see. HTML Example.

See also

HTML methods, properties and events.