Hello everyone,
I am trying to convert a php application into an hta application on windows so that I can take advantage of hta's abilities to control the browser window. Problem is when I change the file extension to ".hta", php does not preprocess anymore. I added an additional extension to the web server called ".hta" and pointed it at the php cgi but then the hta functionality does not work.
Any thoughts ?
Thanks