Target Window (u_target)

Widget property in a static server page that determines the window into which the linked page is loaded.

u_target = _blank | _parent | _self | _top

Arguments

  • _blank—load in new window or tab
  • _parent—load in the parent frame
  • _self—load in the same window
  • _top—load in the full body of the window

Description

Specify a value for this property when defining a hyperlink, either as a hyperlink HTML control (for text links), or as an image HTML control (if you want the image to be a link).

The value of this field is concatenated with the values of Link Text for Hyperlink widgets or Image Source for Image widgets, and Link Value to provide the content of the <a href> tag in the HTML layout.

Uniface uses the = ProcScript statement to evaluate the contents of this field at run time. Therefore, you can use a field substitution to specify the desired target window. For example, you can enter %%TARGETWIN.MYENT.MYMODEL%%% to use the contents of the TARGETWIN field.

Applies To

Related Topics