Have cmd script help file in HTA format, it open every time user press key ‘h/H’ through script. Want to HTA jump to its specific part by context from where help is called (as usual in windows help files), but not sure how to do it. Thinking to pass anchor name as a parameter of mshta.exe, and than process in
Tag: hta
Oninput event not triggering in HTA using JavaScript
I’m learning JavaScript using some examples I’ve found online. And in working on an HTA I’ve come a cropper trying to work out why the “oninput” event won’t trigger. I’ve included the relevant code below to demonstrate my issue. Please note I’m using Edge compatibility in the meta tag. I would appreciate any information on what I’m doing wrong. Thanks.
Javascript – getting path of file dropped into HTA
I am building a little HTA for personal use, and would like to be able to drag and drop a file to the interface. Once the file is dropped, I would either automatically run it (assuming it fits some parameters I set, like file extension), or at least fill in the input box on the HTA interface. I’ve searched extensively,