| | i have a custom button on the local browser toolbar which points to a local html application (HTA). the browser launches the HTA when the custom button is clicked. i have to reference the parent browser window from the child HTA window. an instruction in the local HTA window.opener sets or retrieves a reference to the window (the browser) that created the current window (the HTA). however, window.opener is returning null. the HTA is run under the mshta.exe process. how do i reference the browser from the HTA or javascript? i have winxp sp2 with ie6.0 kvarnerexpress |

