javascript thread: Test for existence of frame
perfect, thanks!
-----Original Message-----
From: Phil Griffiths [mailto:pgtips@m...]
Sent: 29 June 2001 15:54
To: javascript
Subject: [javascript] Re: Test for existence of frame
How about this test (seems to work in IE4):
if (parent == self)
alert('not framed');
else
alert('framed');
Phil
|





