Entering content frameBackground documentation ~forceTarget  Locate the document in its SAP Library structure

Description

Enables / disables client sensing for automatic determination of frame targets.

Set by

Service file or HTMLBusiness code.

Values

0

Enables client sensing (default).

1

Disables client sensing.

Example

Service file:

~forceTarget     1

HTMLBusiness code:

<a href="`wgateURL(~target="MainFrame", ~forceTarget=1)`"…>

Note

The ITS no longer supports dynamic determination for Netscape browsers in multiframe applications, because this is now the default behavior, so this parameter is obsolete.
If you are using templates from an earlier ITS release, the HTML code may still contain
~forceTarget , but it no longer has any effect. You can either delete it or leave it in the code.

Leaving content frame