hta
Running 2 subroutines at the same time
I am trying to enhance an hta i\'ve been working on for a while with a loding bar. I want tomake the loading bar running while the other sub is being executed.I don\'t know how to make both subs run a[详细]
2023-01-25 17:00 分类:问答using tablesorter jquery
I\'m having some problems using tablesorter to sort a table that is generated inside an hta. I don\'t know how to enable tablesorter on the new table.Bellow is a test html file. For testing purpose i[详细]
2023-01-25 06:59 分类:问答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. There are plenty of applications that claim to be able to do this - but they have not worked for this ap[详细]
2023-01-21 17:39 分类:问答Javascript/DOM: On a dynamically created form text object, how do you reference the value via DOM?
I have an array that looks like this: grades[0] = [\"A\", 4.0, 0, \"a\"]; grades[1] = [\"A-\", 3.67, 0, \"a-minus\"];[详细]
2023-01-20 18:38 分类:问答Pass Credentials to WMI Call in VBScript
I have VBScript inside a HTA getting the ping status from a local WMI call.. I also have a function to get the last reboot time of the remote开发者_Go百科 pc..[详细]
2023-01-20 12:38 分类:问答Converting an HTA into an ASP page?
I was given an HTA that I think was created by the HTA_Helpomatic. They want it converted into a classic ASP page. So I made a few basic changes, and I think I almost have it working. But I\'m running[详细]
2023-01-20 07:23 分类:问答JavaScript HTA development on Windows. Can I use sockets?
I\'开发者_JS百科m trying to use sockets to connect to a server through HTA scripting. Is this possible? There\'s isn\'t much information on the web, some examples would be greatly appreciated.There is[详细]
2023-01-15 05:24 分类:问答HTTP request with Windows script host (.hta)
I can\'t believe I\'m stuck here, but I can\'t seem to make a simple HTTP request using Windows script host or simple .hta file.[详细]
2023-01-14 21:52 分类:问答How to get an HTA to restart itself?
I have an HTML Application that I am using to build a kiosk environment. At the end of every session (when the user clicks \"Logout\" or after a timeout) I want the HTA to close itself and restart*开发[详细]
2023-01-14 08:51 分类:问答How do you suppress script errors in HTAs?
I have an HTA that loads up an external webpage inside a nested IFRAME. This webpage (which I don\'t have control over) throws an \"Access Denied\" error in my HTA asking the user if they \"want to co[详细]
2023-01-12 09:09 分类:问答