Applicazione HTML: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
nuovo stub da en.wiki |
aggiunta |
||
Riga 1:
Un' '''applicazione HTML''' (HTA) è un'applicazione [[Microsoft Windows]] scritta in [[HTML]] e [[HTML dinamico]]. La possibilità di scrivere HTA è stata introdotta a partire dalla release 5.0 di [[Microsoft Internet Explorer]]. Un ile HTA può essere ottenuto da un normale HTML semplicemente cambiando l'estensione in .hta.
<!--
A regular HTML file is confined to the security model of the [[web browser]] - i.e. to communicating with the server, manipulating the page's [[object model]] (usually to validate forms and / or create interesting visual effects) and reading / writing [[HTTP cookie|cookies]]. An HTA runs as a fully trusted application and therefore has more privileges than a normal HTML file - for example an HTA can create / edit / remove files and [[Windows Registry|registry]] entries.
|