HTML Application: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 1:
:''This article refers to Microsoft's proprietary HTA implementation. For information regarding the [[HTML5]] Cache Manifest, also referred to as offline HTML applications, please see [[Cache manifest in HTML5]].''
 
{{ Infobox file format
| name = HTML Application (HTA)
| icon =
Line 23:
| standard =
| free =
| url = {{URL|https://msdn.microsoft.com/en-us/library/ms536471(VS.85).aspx}}
}}
 
An '''HTML Application''' ('''HTA''') is a [[Microsoft Windows]] program whose source code consists of [[HTML]], [[Dynamic HTML]], and one or more scripting languages supported by [[Internet Explorer]], such as [[VBScript]] or [[JScript]]. The HTML is used to generate the user interface, and the scripting language is used for the program logic. An HTA executes without the constraints of the internet browser security model; in fact, it executes as a "fully trusted" application.
 
The usual file extension of an HTA is <code>.hta</code>.
Line 93:
 
==References==
{{reflistReflist}}
 
==External links==