UrlTarget
Type
String
Since
2.1
Description
This parameter controls where links will be opened:
- _self: Open new page in same window or frame.
- _blank: Open in a new blank window.
- name: Open in the frame or window with the specified name.
Examples
UrlTaget = "'_self'"
UrlTaget = "'window1'"
