Dec 11, 2000 #1 Cris Programmer Nov 29, 2000 16 ES How can I know if my window was opened from another window or not? I've tried: if window.opener<>null then... if not IsNull(window.opener) then... but they don't work. Any idea? Thanks
How can I know if my window was opened from another window or not? I've tried: if window.opener<>null then... if not IsNull(window.opener) then... but they don't work. Any idea? Thanks