Hopefully "ScriptingTipsAndTricks" helps you with your batch file or vbscript scripting :-)
[Bottom][Contents][Prev]: TimeStamp() - including files[Next]: CSS, Better Tooltips - Display Tooltips on hover and more reliably
\->HTML APPLICATIONS (.HTA) & HTML

HTML APPLICATIONS (.HTA) & HTML

A ".hta" file is a html file with imbedded script (often VBSCRIPT). It has as much access to the Windows computer as does the user. For this reason it can execute external tasks so these sections will be of interest:

This makes them a good way to provide a user interface around some code, you do have to understand that a html application only runs in whatever version of IE is installed.

Whether you are creating a hta or html you should be interested in Cascading Style Sheets (CSS).

Some links:

Example code & Fragments

Please see these fragments and examples:


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: TimeStamp() - including files[Next]: CSS, Better Tooltips - Display Tooltips on hover and more reliably


ScriptingTipsAndTricks© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Sunday September 07 2014 at 12:50pm
Visit ScriptingTipsAndTricks's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.