PRB: NAVIGABLE Attribute Changes Behavior of Linked Document in HTML Applications (274555)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q274555 SYMPTOMS
Existing HTML Applications (HTAs) that have defined <FRAMESET> elements may behave differently in Internet Explorer version 5.5 than in earlier versions. For example, if you have an <A> element with a target Property = "_Top", when you click the link, a new browser window opens even though the HTA is the top window.
CAUSE
Internet Explorer 5.5 introduces the navigable property to give more flexibility to developers. This property sets or retrieves whether linked documents are loaded in the main HTA window or in a new browser window. The default value of this property is set to no, which opens a new browser window.
RESOLUTION
To resolve this problem, set the NAVIGABLE attribute value to yes as follows:
<HTA:APPLICATION ID="oHTA" NAVIGABLE="yes"/>
REFERENCES
For more information on the NAVIGABLE attribute and navigable property, see the following article on the Microsoft Developer Network (MSDN):
For more information on HTAs, see the following MSDN article:
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbDHTML kbNavigation kbprb KB274555 |
---|
|