Hta programming is awesome and powerful. I have accomplish many tasks, however, due to a possible msta issue, the "back button" codes (to return to the previous history page) does not work when using HTA.
I've tried many different javascript codes but none of them work.
Such as ....
window.history.back()
window.history.go(-1)
history.back()
parent.history.back();
Is it possible to upgrade the msta to utilize history paging (go back/go forward) in a frame?
It really is crucial and required in my program.
Note: Using Windows 7, IE9, and javascript, HTA, frameset to spit the screen.