Copy this code to the W3C markup validation service:
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> //-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title></title>
</head>
<body>
<iframe src="http://mysite.com/l/5042//2012-06-21/9pb4y" width="100%" height="500" frameborder="0" style="border: 0" ></iframe>
<iframe src="http://mysite.com/l/5042//2012-06-21/9pb4y" width="100%" height="500" frameborder="0" style="border: 0" />
</body>
</html>
Comment and uncomment as appropriate to test the two different DOCTYPEs.
You will see that the iframe tag is not supported with your DOCTYPE. Either change the DOCTYPE or don't use iframes. (Of course, you can use the iframe tag that is explicitly closed, but since that does not validate, I would say that is a risky option if you want to work in as many browsers as possible.)
I don't mean to imply that iframe is deprecated. See this unchallenged posting on the W3C site
iframedoesn't work with<self closed tag/>whereas it works when it is closed by</close tag>? – Sunil Nadar Jun 23 '12 at 11:15<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">. The page is a.jsppage. – Sunil Nadar Aug 6 '12 at 6:18