Applicazione HTML: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m +link |
aggiunta |
||
Riga 1:
Un' '''applicazione HTML''' (HTA) è un'applicazione [[Microsoft Windows]] scritta in [[HTML]] e [[DHTML|HTML dinamico]]. La possibilità di scrivere HTA è stata introdotta a partire dalla release 5.0 di [[Microsoft Internet Explorer]]. Un file HTA può essere ottenuto da un normale HTML semplicemente cambiando l'estensione in .hta. Per personalizzare l'aspetto di una HTA è stato introdotto un nuovo tag con attributi: <hta:application ...> inserito nella sezione <head>...</head> dei documenti 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.
|