Putting zshare in an iframe

Discussion in 'HTML & Website Design' started by Ruriko, Dec 16, 2008.

  1. #1
    Ruriko, Dec 16, 2008 IP
  2. Yesideez

    Yesideez Peon

    Messages:
    196
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not really as whoever made that site has this Javascript on their page:
    if (top != self) {
     top.location = self.location;
    }
    Code (markup):
    This checks the URL in the browser and if it isn't matching with their site they make it so thus breaking out of any frames.
     
    Yesideez, Dec 16, 2008 IP