NAVIGABLE Attribute | navigable Property

Internet Development Index

Sets or retrieves whether linked documents will be 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

sNavigableString?that specifies one of the following values:
noDefault. Links in the main HTA window will be loaded in a new browser window.
yes Links in the main HTA window will be 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.

Standards Information

There is no public standard that applies to this property.

Applies To

HTA:APPLICATION