Default. Thick window border, plus a size grip and sizing border for resizing the window.
dialog
Dialog window border.
none
No window border.
thin
Thin window border with a caption.
The property is read-only. The property has a default value of thick.
Note The border property is read-only; however, the BORDER attribute can be used to set the initial value.
The border property affects the window border and is valid only for HTA windows that contain a title bar or caption.
Setting border to none eliminates the title bar, the program icon, the Minimize button, and the Maximize button.
This property can be used with the borderStyle property, which controls the content border in the window.
3-D border typically used for windows that do not accept user input.
sunken
Sunken 3-D border.
The property is read-only. The property has a default value of normal.
Note The borderStyle property is read-only; however, the BORDERSTYLE attribute can be used to set the initial value.
All HTAs have two adjacent borders: one for the content of a window, and one for the application window.
The borderStyle property sets the style for the content border, while the border property controls the application window border.