S
stephen.cunliffe
Hi all,
There's been a bunch of chatter recently about using the Object tag,
vs. the Iframe tag.
I couldn't care less which one is used, I just want to be able to load
a "page" inside another "page", (same or different domain) and it has
to work in all browsers(*).
By work, it means I have to be able to have an anchor in my parent
document, that renders a link, that is targeted to open in the "child"
iframe/object.
on this page:
http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/
it suggests that using OBJECT, is the way to go, but one of the
comments, suggests that the target attribute on anchors, will no longer
be supported? Anyone have a W3C spec link that specifically indicates
which tags/attributes are allowed/deprecated in XHTML? I went through
the DTD for XHTML 1.0 Strict, and only saw that the "menu","dir", and
"isindex" tags are deprecated?... is this correct?
Any and all thoughts on the matter highly appreciated.
PS I apologize that this isn't 100% JavaScript related, but the
usability of (A vs. B) will certainly include JavaScript access.
(*) or at least IE, Mozilla, Safari and Opera
There's been a bunch of chatter recently about using the Object tag,
vs. the Iframe tag.
I couldn't care less which one is used, I just want to be able to load
a "page" inside another "page", (same or different domain) and it has
to work in all browsers(*).
By work, it means I have to be able to have an anchor in my parent
document, that renders a link, that is targeted to open in the "child"
iframe/object.
on this page:
http://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/
it suggests that using OBJECT, is the way to go, but one of the
comments, suggests that the target attribute on anchors, will no longer
be supported? Anyone have a W3C spec link that specifically indicates
which tags/attributes are allowed/deprecated in XHTML? I went through
the DTD for XHTML 1.0 Strict, and only saw that the "menu","dir", and
"isindex" tags are deprecated?... is this correct?
Any and all thoughts on the matter highly appreciated.
PS I apologize that this isn't 100% JavaScript related, but the
usability of (A vs. B) will certainly include JavaScript access.
(*) or at least IE, Mozilla, Safari and Opera