Whenever I attempt to open a modal popup window and then access a parent window's textbox as well as other attributes using the window.opener
method, everything functions smoothly in Firefox. However, when it comes to IE8, an error is thrown stating that 'window.opener is null'. What steps can be taken to successfully access parent window attributes in the child window that are compatible with both browsers?