javascript detect if being run in hta
Posted
by rjmunro
on Stack Overflow
See other posts from Stack Overflow
or by rjmunro
Published on 2010-04-29T11:46:43Z
Indexed on
2010/04/29
11:57 UTC
Read the original article
Hit count: 413
hta
|web-applications
We'd like to allow our users to download an hta file and run our web app inside it, and have certain pages detect that they are running in an hta file and offer additional features that a web app wouldn't normally have permission to do.
How can I simply detect if the page is being browsed from an hta file container?
© Stack Overflow or respective owner