iframes with PHP content are invalid ?

Discussion in 'PHP' started by patrick, Dec 31, 2006.

  1. patrick

    patrick New Member

    Joined:
    Sep 5, 2006
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I have an iframe in my home page (index.php) . The iframe src is a PHP page(start.php). The user may link to another topic, this will load in page2.php to the iframe (or page3,4 etc.).
    All this works fine and passes HTML validation checks.
    When I try to get the home page through accessibility checks it fails.
    The complaint (6.2) is that the iframe src must be an HTML page.
    If I set the src to an HTML page it passes.
    But I am doing PHP stuff in start.php and an HTML page will not do.
    The only thing I can think of is to set the iframe src to an HTML page which has no content but has a refresh with zero timeout to my PHP page.
    Any better suggestions or comments.
    Patrick
     
  2. SabeelWeb

    SabeelWeb New Member

    Joined:
    Jan 30, 2007
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    SabeelWeb Inc.
    Home Page:
    http://www.SabeelWeb.com
    i think that PHP works with IFrames with no problems

    but if so , use AJAX
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice