I have a page where, for reasons of supporting some legacy videos, I need to load a complete HTML page in to an iframe.
The page in question is a complete HTML document, with <html> , <head>, and <body> tags. I've loaded it in successfully in IE8 and FF3, but I'm wondering if there is any problem doing this--do I have to strip those elements out?
<iframe src="mypage.html"></iframe>
Thanks,
Ben






Bookmarks