Search code examples
internet-explorerhta

How does one get Browser (IE) toolbars in an HTA App?


I'm working on a web app that's embedded within an HTA. Is it possible to enable browser toolbars so i can enable utilities like Development Toolbar, or IE8's built in Developer Tools?

I'm trying to do some firebug type things without using firebug or firebug lite and based on my googling it seems like it might not be possible!

Thank you!


Solution

  • In short, no. HTA is a wrapper for the core trident engine.

    It does not have browser support (like dev tools).