DWColumnLink

Description

Establishes a link on a column that is passed from the database to the Web DataWindow control. This link lets the Web DataWindow DTC pass data to another page.

Attributes

All DWColumnLink tag attributes are required. The value of the rtexprvalue subelements is unspecified for all attributes.

Attributes of DWColumnLink tag

Java type

Description

sColumnName

String

The name of the column that you want to link to a target page.

sColLink

String

The URL target of a link from a data item in the column.

sColLinkArgs

String

The arguments passed with the link argument.

sColLinkTarget

String

The name of a target frame or window for the link specified in the Link argument. The target is included in the HTML element using the HTML TARGET attribute.You can use sColLinkTarget to link from a master to a detail page by specifying a different window or frame for the detail page.