WebLink.Target

From Xojo Documentation

Property (As Integer )


aWebLink.Target = newIntegerValue
or
IntegerValue = aWebLink.Target

New in 2010r5

Supported for all project types and targets.

Determines what the application will do when the link is clicked. Specify the value of the Target property using the Properties pane.

Notes

The underlying class constants are shown in the following table:

Class Constant Description
kTargetSelf (1) Self
kTargetNewWindow (2) New window
kTargetWindow (3) Current window
kTargetParent (4) Parent Frame