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!
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!
Comment