From iframe to div

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hagelbrakare
    New Member
    • Dec 2006
    • 23

    From iframe to div

    Hi everybody!

    I know that iframe is not part of strict xhtml so I'm using transitional on one of my pages. Is there a good reason to not put that tag into strict definition?

    If I choose to have a div instead of an iframe, is it possible to treat an xhtml file as an xml file and read that into a httprequest and append that to an empty div? That would be much like having an iframe.

    Thanks in advance!
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Here is a page that talks about using iframes.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Is there a good reason to not put that tag into strict definition?
      XML documents are manipulated using javascript and the DOM.
      is it possible to treat an xhtml file as an xml file and read that into a httprequest and append that to an empty div?
      xhtml IS xml so the answer is yes.

      Comment

      Working...