script which stop loading images and flash in iFrames

Discussion in 'JavaScript' started by nickname1, May 2, 2009.

  1. #1
    Can you tell me for script which stop loading images and flash in iFrames?
     
    nickname1, May 2, 2009 IP
  2. Ristaki

    Ristaki Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You first have to compile the pages in the iframe via PHP script. I nthe script with preg_replace you have to remove all the <img> and <object>(<embed>) tags. To get the page's content in the iframe via php i suggest you use cUrl. That's it.
     
    Ristaki, May 4, 2009 IP