HTML Application: Difference between revisions

Content deleted Content added
Undid revision 925941131 by 103.254.167.30 (talk) test edit
No edit summary
Line 38:
 
===Execution===
[[File:RectifiedWikipediaHTAWindowHTA-Hello World example.png|alt=|thumb|300x300px|Screenshot of an example window produced by <code>mshta.exe</code>]]
An HTA is executed using the program <code>mshta.exe</code>, or, alternatively, double-clicking on the file. This program is typically installed along with Internet Explorer. <code>mshta.exe</code> executes the HTA by instantiating the Internet Explorer rendering engine (mshtml) as well as any required language engines (such as vbscript.dll).