Author: Xue Jinglan
It turns out that the toolbar, address bar and menu bar in the web page are not displayed in this window. You can also use most tags, scripts, etc. in the html, which gives you more control over interface design. (Oh my God, when I saw this sentence, I was so excited. Isn’t this a gui interface designed specifically for vbs scripts?)
Compared with ordinary HTML web pages, it has an additional HTA:APPLICATION tag. In fact, this tag provides a series of application-oriented functions. This special tag allows you to control the user interface (UI) of this app. The <HTA:APPLICATION> tag is located in the <HEAD> tag, which allows you to control whether a title bar is displayed in the included window, or a maximum minimization button is displayed. The <HTA:APPLICATION> tag also allows you to access customers' machines without worrying about security restrictions.
Object: HTA:APPLICATION—Required tag. Indicates that this HTML document is the HTA application object model | |
Applicationname property—sets the name of the HTA | |
Borde property—sets the window border type, the default value is thread | |
thick | Specify the window to be thick border
Related Articles
|