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 mshta.exe to utilize history paging (go back/go forward) in a frame?
It really is crucial and required in my program.
Note: History does not work on....XP, Vista and Windows 7.