|
Property |
Method |
Event |
|
|
HyperLinkDefaultTarget v5.0.0.6Specifies the default target of a hyperlink. (available in Web Editor Control 5.0.0.2 and above) Syntax[get] HRESULT HyperLinkDefaultTarget( [put] HRESULT HyperLinkDefaultTarget( Parameters[get] pVal [out, retval] Returns the current default target. [put] newVal [in] Specifies a new default target. Return Values0 (always) RemarkThe specified default target is applied to all created hyperlinks, whether created automatically when the user types a URL or explicitly when the user uses the menu command.
The target frame specifies the frame of a frameset, or the name of a window, in which the linked document will be opened when the link is clicked. You can enter one of the following standard target names or any other frame or window name.
Specifying HyperLinkDefaultTarget in the UI section of the Initialization file has the same result. HyperLinkDefaultTarget is available only in Web Editor Control 5.0.0.2 or above. Sample CodesVB Script dim object JScript var object; See AlsoHyperLinkDefaultTarget in the initialization file. |