django - change content inside a iframe

Posted by fabriciols on Stack Overflow See other posts from Stack Overflow or by fabriciols
Published on 2010-03-09T03:18:42Z Indexed on 2010/03/09 3:21 UTC
Read the original article Hit count: 167

Filed under:

Hello guys,

I have a site running in django, and want to make available this content on third party site. In these sites they make my content in a tag. When my site is required from within that iframe I would like to modify the content (remove header, filter data, etc.).

What better way to do this?

Is there any way of knowing that the request is being made from an iframe?

Multiples sites will request the same url, can i change the content, based on the source site?

thanks!

ps.: sorry for my bad english :/

© Stack Overflow or respective owner

Related posts about django