Link Search Menu Expand Document

HtmlView.BeforeNavigate Event

Occurs when trying to move to a specified URL.

If $TRUE is returned, movement is permitted, and $FALSE is canceled.

The special event handler stops executing the script until it returns from the event handler.

Also, operations involving the GUI cannot be performed within this event handler.

The following child objects are attached to the Event object.

Type Name Description
String url URL you are trying to move