home / experts / javascript / column39 |
|
Creating HTAsAn HTA file looks exactly like an HTML file. The only thing that distinguishes it as an HTA file is its file extension:
This is not a mistake. Both Internet Explorer and Netscape Navigator do not require the Notice that the only way to close the application above is to click the x button at the window's top right corner. Normally, you would want to provide a more elegant exit from your application. Let's enhance the example above and add an exit button. Let's also be more formal and add the missing
Now launch the ATA and open this application when asked by the browser. Examine the application window. Notice that its title is no longer the hta file name, but rather the |
Produced by Yehuda Shiran and Tomer Shiran
Created: May 12, 1999
Revised: May 12, 1999
URL: http://www.webreference.com/js/column39/create.html