I am just a few days into Powershell and was wondering if there is a way to refresh an iframe in an HTA.
I have the IE refresh working, but that only works on a page open in IE. Unfortunately it doesn't work on my HTA that contains the same page.
Thanks for your time.
I don't know the answer to your question but I assume you may want to abandon HTA altogether. HTA was used in VBScript days as a simple GUI replacement. In PS, you have a lot more power and can use the same GUI elements regular app developers use, like Windows Forms and/or WPF.
You may want to google for a free tool called "Primal Forms Community Edition". It creates the code for you.