Tom,
An hta file is essentially an html file that gets run by mshta.exe rather
than Internet Explorer or other browser. There are a few extra features of
hta files not found in standard html but a major advantage (or risk) is that
the page can run scripts and controls without the security restrictions
imposed by the browser based on the user's security settings.
Steve