Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_objects thread: window.opener object


Message #1 by "Ruth Nisenbaum" <ruthnis@0...> on Thu, 22 Aug 2002 06:08:48 +0200
Check if window.opener is an object.  If the window has no opener, it will be undefined.

if (typeof window.opener==object)
... do something
else

   alert("No window opener")




  Return to Index