0

Possible Duplicate:
My frame is redirecting page !! How to stop it ?

Is there any code like that ?

Please help..Thanks

Community
  • 1
  • 1
5416339
  • 417
  • 3
  • 9
  • 18

1 Answers1

0

If you mean a code that detects if it's in a frame, and if so, change the target location?

if (parent.frames.length > 0) parent.location.href = location.href;
NullUserException
  • 83,810
  • 28
  • 209
  • 234
Niv
  • 379
  • 2
  • 3
  • 8