HTML Applications | Internet Development Index |
HTML Applications (HTAs) are full-fledged applications. These applications are trusted and display only the menus, icons, toolbars, and title information that the Web developer creates. In short, HTAs pack all the power of Microsoft® Internet Explorer—its object model, performance, rendering power, protocol support, and channel–download technology—without enforcing the strict security model and user interface of the browser. HTAs can be created using the HTML and Dynamic HTML (DHTML) that you already know.
Overviews/Tutorials
Introduction to HTML Applications (HTAs)The power to build HTAs brings Internet Explorer 5 to the fore as a viable Microsoft Windows® development platform. HTAs are full-fledged applications. These applications are trusted and display only the menus, icons, toolbars, and title information that the Web developer creates. In short, HTAs pack all the power of Internet Explorer—its object model, performance, rendering power, protocol support, and channel-download technology—without enforcing the strict security model and user interface of the browser.
Elements/Objects
HTA:APPLICATIONEnables an extended object model for building HTML Applications (HTA).
Attributes/Properties
APPLICATIONIndicates whether the content of the object is an HTML Application (HTA) and, therefore, exempt from the browser security model.
applicationNameSets or retrieves the name of the HTML Application (HTA).
borderSets or retrieves the type of window border for the HTML Application (HTA).
borderStyleSets or retrieves the style set for the content border within the HTML Application (HTA) window.
captionSets or retrieves a Boolean value that indicates whether the window is set to display a title bar or caption, for the HTML Application (HTA).
commandLineRetrieves the argument used to launch the HTML Application (HTA).
contextMenuSets or retrieves whether the context menu is displayed when the right mouse button is clicked.
iconSets or retrieves the name and location of the icon specified in the HTML Application (HTA).
innerBorderSets or retrieves whether the inside 3-D border is displayed.
maximizeButtonSets or retrieves a Boolean value that indicates whether a Maximize button is displayed in the title bar of the HTML Application (HTA) window.
minimizeButtonSets or retrieves a Boolean value that indicates whether a Minimize button is displayed in the title bar of the HTML Application (HTA) window.
navigableSets or retrieves whether linked documents will be loaded in the main HTA window or in a new browser window.
scrollSets or retrieves whether the scroll bars are displayed.
scrollFlatSets or retrieves whether the scroll bar is 3-D or flat.
selectionSets or retrieves whether the content can be selected with the mouse or keyboard.
showInTaskBarSets or retrieves a value that indicates whether the HTML Application (HTA) is displayed in the Windows taskbar.
singleInstanceSets or retrieves a value that indicates whether only one instance of the specified HTML Application (HTA) can run at a time.
sysMenuSets or retrieves a Boolean value that indicates whether a system menu is displayed in the HTML Application (HTA).
versionSets or retrieves the version number of the HTML Application (HTA).
windowStateSets or retrieves the initial size of the HTA window.