NAVIGABLE Attribute | navigable Property

Sets or gets a string value that indicates whether linked documents are loaded in the main HTML Application (HTA) window or in a new browser window.

Syntax

HTML <HTA:APPLICATION NAVIGABLE = sNavigable... >
Scripting [ sNavigable = ] HTA:APPLICATION.navigable [ = v ]

Possible Values

sNavigable A String  that specifies one of the following values.
no
Default. Links in the main HTA window are loaded in a new browser window.
yes
Links in the main HTA window are loaded in the main HTA window.

The property is read-only. The property has a default value of no.

Remarks

Note  The navigable property is read-only; however, the NAVIGABLE attribute can be used to set the initial value.

Applies To

HTA:APPLICATION