WebPage.PopupBlocked

From Xojo Documentation

Event


WebPage.PopupBlocked(URL as String)

New in 2010r5

Supported for all project types and targets.

Fires when using WebPage.Show when attempting to show a web page in a new window that was blocked by the user’s popup blocker.

This event is called on a WebPage if another WebPage used WebPage.Show(True) and the browser does not allow javascript to open new windows.