iframe an .asp page

Discussion in 'PHP' started by drew68, Dec 12, 2013.

  1. #1
    is it possible to iframe only the content of an asp page into wordpress?

    the content is driven by <!--#include file="../../Common/ListBody.asp" -->
     
    drew68, Dec 12, 2013 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    you would use iframe with css positioning to achieve that
     
    crivion, Dec 12, 2013 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    Or, if this page is already outputting the data to some sort of available page, you could do a file_get_contents() or use curl to pull the content of the page, and then parse that content to show what you need.
     
    PoPSiCLe, Dec 13, 2013 IP