Jan 25, 2001 #1 scohan Programmer Dec 29, 2000 283 US Is there a way I can use the top object to determine if the currently displayed page is displayed within a frame or not?
Is there a way I can use the top object to determine if the currently displayed page is displayed within a frame or not?
Jan 25, 2001 1 #2 luciddream Programmer Nov 8, 2000 712 US if(parent.frames.length > 0) adam@aauser.com Upvote 0 Downvote
Jan 25, 2001 #3 jaredn Programmer Sep 1, 1999 1,506 US The following will return true if the page is displayed inside a frame: if(top!=self) jared@aauser.com Upvote 0 Downvote
The following will return true if the page is displayed inside a frame: if(top!=self) jared@aauser.com