Applicazione HTML: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Marius~itwiki (discussione | contributi)
nuovo stub da en.wiki
 
Marius~itwiki (discussione | contributi)
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.
<!--
 
 
HTAs can be made from regular [[HTML]] files by simply changing the file extension to .hta. To customize the appearance of an HTA, a new tag, with attributes, is introduced: <hta:application ...>. This tag appears in the <head>...</head> section of an HTA document.
 
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.