![]() |
|
|
+ Search |
![]()
|
Feb 3rd, 2000 07:41
Martin Honnen,
You can check with
if (top != window)
whether your page is in a frame and then set
top.location.href = window.location.href
to break out:
if (top != window)
top.location.href = window.location.href;