PDA

View Full Version : How do I determine whether parent points to a parent document?


WetWired
2002-04-26, 08:49 AM
I've tried
if(parent!=null)
if((typeof parent)!=undefined)
if((typeof(parent))!=undefined)
and none of them distinguishes between my document loading in or out of its frameset

Any suggestions?
--WetWired