Top "Hta" questions

An HTML Application (HTA) is a Microsoft Windows program whose source code consists of HTML, Dynamic HTML, and one or more scripting languages supported by Internet Explorer, such as VBScript or JScript.

Display the current date and time using HTML and Javascript with scrollable effects in hta application

I have the below java-script to display the current date in the given format Mon Jun 2 17:54:28 UTC+0530 2014 in a hta(…

javascript css html hta
Writing data to a local text file with javascript

I have created a procedure to write content to a text file in my local machine. <form id="addnew"&…

javascript jquery html file-io hta
Take a screenshot of a webpage with JavaScript?

Is it possible to to take a screenshot of a webpage with JavaScript and then submit that back to the …

javascript hta
How can I open a link in the default web browser from an HTA?

I'm working on an application that is implemented as an HTA. I have a series of links that I would …

javascript browser hta
change HTA application window size

is there any way to change the size of an HTA application? thanks

hta
hta - Equivalents in Firefox, Chrome - Is this old technology?

I want to convert a webpage html5/js page to a desktop application. Something they can use on their desktop …

html internet-explorer firefox google-chrome hta
Reading a local text file in JavaScript

I just started learning JavaScript and I have a small problem. I have a text file with some text in …

javascript html hta
Executing 32bit and 64bit mshta.exe (bypass default handler)

I'd like to be able to launch a page.hta in 32bit and 64bit versions of the mshta.exe. Create …

hta win64
How to launch a batch file from within an HTA

I have a basic HTA in which I am trying to launch a batch file via a button, however when …

vbscript batch-file cmd hta
Compiling .hta file to .exe

I have searched far and wide for a way to compile my .hta file (and resources) to a .exe file. …

javascript html vb.net hta