UrlTarget
Inherits: Enum
TBD
Properties
-
BLANK–Opens the URL in a new browser tab or window.
-
PARENT–Opens in the parent frame, useful with nested iframes.
-
SELF–Opens in the same browsing context (i.e., same tab).
-
TOP–Opens in the topmost frame, breaking out of any iframe.
Properties#
BLANK = 'blank'
class-attribute
instance-attribute
#
Opens the URL in a new browser tab or window.
PARENT = '_parent'
class-attribute
instance-attribute
#
Opens in the parent frame, useful with nested iframes.
SELF = '_self'
class-attribute
instance-attribute
#
Opens in the same browsing context (i.e., same tab).
TOP = '_top'
class-attribute
instance-attribute
#
Opens in the topmost frame, breaking out of any iframe.