HTML Application: Difference between revisions

Content deleted Content added
It was incorrectly stated that removing Internet Explorer from Windows will disable HTAs. This has been corrected and clarified.
Line 45:
By default, HTAs are rendered as per "standards-mode content in IE7 Standards mode and quirks mode content in IE5 (Quirks) mode", but this can be altered using <code>X-UA-Compatible</code> headers.<ref name=msintro>{{cite web |url=https://msdn.microsoft.com/en-us/library/ms536496%28v=vs.85%29.aspx#Compatibility |title=Introduction to HTML Applications (HTAs).|website=Microsft MSDN|date=May 2011 |access-date= 24 June 2016}} Sections include Why Use HTAs, Creating an HTA, HTA-Specific Functionality, Security, Compatibility, Deployment</ref>
 
TheHTAs HTAare enginedependent on the Trident (mshta.exeMSHTML) isbrowser dependentengine, onused by [[Internet Explorer]]., Startingbut fromare [[Windowsnot Vista]],dependent on the Internet Explorer application itself. If a user can [[Removal of Internet Explorer|removeremoves Internet Explorer]] from Windows, whichvia willthe causeControl Panel, the HTAMSHTML engine remains and HTAs continue to stopwork. HTAs continue to work in Windows 11 as workingwell.
 
HTAs are fully supported running in modes equivalent to Internet Explorer from versions 5 to 9. Further versions, such as 10 and 11, still support HTAs though with some minor features turned off.{{fact|date=May 2015}}
 
===Security considerations===