Event WebView.NewWindow (gb.qt4.webkit)

Event NewWindow ( Modal As Boolean )

Raised when the HTML page wants to open a new window (or a new tab).

Modal is the modality of the new window. You can ignore it at the moment.

You should create a new WebView inside the event handler, for the new window. If you do it, then you must set it to the NewView property.