5
votes
1answer
186 views
HTA installer for MSI failing
I'm using a HTA to try to install a product using WindowsInstaller.Installer as an ActiveXObject. Using the same HTA model that has been used in the past, the attempt to install th …
0
votes
2answers
64 views
is it possible to read something.properties using javascript ? (in a .hta file) >> to read in Selenium
I am using Selenium to do testing,
We write our test cases in html files and make test suites out of them,
our requirement is to write test cases that are robust enough to change t …
0
votes
0answers
42 views
HTA Access denied for window.open only in IE6
I work with HTA files. I began to receive "access denied", wanting to open a new window with "window.open("about:blank","","")" in IE6.
In some IE6 nothing happens and on others i …
2
votes
3answers
93 views
User Interface Markup Language pros and cons…
I learnt about some declarative UI languages such as XUL for Mozilla/Gecko and HTA for Microsoft at Wikipedia.
What would be the
advantages/disadvantages of these
markup lang …
0
votes
1answer
188 views
Selenium RC drops error when it tries open the popup
Hi all
When selenium tries to open popup window I'm getting JS error permission denied in file
file:///C:/DOCUME~1//LOCALS~1/Temp/customProfileDir8708f7f69e14482ba857f4b2e74775c1 …
0
votes
1answer
55 views
Managing ajax Couchdb calls and IE’s (hta) agressive cache.
Hello all,
I'm having a quite annoying problem, and came up with a quite ugly hack to make it work.
I develop an Hta application using a CouchDB database (for internal company us …
1
vote
1answer
50 views
Can a browser emulate the security-related functionality of a .hta file?
Currently, we have an .hta file that employees use to update certain elements of their active directory profile. This alleviates system administrators from having to deal with tha …
0
votes
1answer
200 views
How to embed external SWF from file:// protocol
Hello. I'm trying to embed an external .swf file from an HTA application that consists of HTML content, javascript and vbscript. I load the swf from javascript, using swfobject.
T …
0
votes
1answer
82 views
don’t send the cookies in iframe
dentro de un archivo HTA tengo un iframe y no esta enviando las cookies, hay alguna forma de que las envie correctamente.
I've an iframe inside of a HTA file, when I call the inne …
0
votes
3answers
314 views
IE8 causing FILE input entry to be blank via SendKeys
Application: HTA (therefore IE) This is an application that uses SendKeys to populate a FILE input field.
Issue: File is never uploaded.
Description: An offscreen form (invisibl …
4
votes
3answers
1k views
HTTP status code 0 - what does this mean in MS XMLHTTP?
I have an HTA (microsoft html application - just an offline html + javascript app) that is using the standard MS XMLHTTP COM object (Microsoft.XMLHTTP or Msxml2.XMLHTTP depending o …
1
vote
3answers
352 views
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 (assu …
3
votes
3answers
195 views
HTA’s; use other browser to host?
If Microsoft's method for using IE as a local host for HTA's then, can I use any other browser instead?
0
votes
4answers
242 views
DAO vs ADO in HTA over wireless
I've written a small (8-10 laptops) point-of-sale system running over a wireless network, as an HTA that reads from/writes to an Access MDB located on a network share.
I need to us …
1
vote
7answers
2k views
Can I embed an icon to a .hta file?
I have written an HTML Application (hta file) and am wondering if there is a way to embed an icon file into the hta file itself.
I have seen html emails that include embedded grap …
