Hello All,
Quick question, are iframes bad xhtml standard? If so is there a good alternative to use?
Regards,
Bernie
Printable View
Hello All,
Quick question, are iframes bad xhtml standard? If so is there a good alternative to use?
Regards,
Bernie
The iframe is deprecated in favor of the object element. Unfortunately, IE does a really bad job of supporting object, especially when importing an html page, so we're still stuck with iframe. You'll need to use a transitional DTD.
cheers,
gary
thanks for your reply
Take care,
Bernie