Iframing

i am trying to iframe a website but instead of showing that website content within the frame, it directs me straight to that website. what did i do wrong?


<iframe src="http://www.brownpapertickets.com/event/191307" width="100%" height="100%">
  <p>content</p>
</iframe>

nothing, it sounds like they have a frame buster. nothing you can do about that …

That’s what’s happening. If you view the source you will see:

if (top.location != self.location) top.location = self.location