Forum Moderators: open
an instruction such as
window.location.href
gives the URL of the HTA rather than the browser that launched it.
how do i reference the DOM of the browser from the HTA?
i have winxp sp2 with ie6.0
window.opener Sets or retrieves a reference to the window that created the current window.
resolves my problem.
except window.opener is returning null when the HTA is launched from the browser.
can anybody suggest further solutions?