To check if a parent page exist is easy
if(parent.frames.length==0)
but it seems like if opener, the similar woun't work...
if(window.opener.length==0) gives errors
Any ideea how to check if an opener exists?
if(parent.frames.length==0)
but it seems like if opener, the similar woun't work...
if(window.opener.length==0) gives errors
Any ideea how to check if an opener exists?
Comment