iframe无法显示,该如何处理

iframe无法显示
1、<Iframe src="http://www.jb51.net/web/14537.html" width="800" height="200" scrolling="yes" frameborder="1"></iframe> 

2、 <iframe src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=400&fansRow=2&ptype=1&speed=0&skin=1&isTitle=1&noborder=1&isWeibo=1&isFans=1&uid=2140342877&verifier=48aa3793&dpc=1"
            width="800" height="200" class="share_self" frameborder="1" scrolling="yes">
        </iframe>

上面是2个设定一样的iframe,但是第一个可以显示出来,第二个无法显示,唯一区别就是src不同,实在搞不定了,求各位大神指点
------解决方案--------------------
<!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://widget.weibo.com/weiboshow/index.php?language=&width=0&height=400&fansRow=2&ptype=1&speed=0&skin=1&isTitle=1&noborder=1&isWeibo=1&isFans=1&uid=2140342877&verifier=48aa3793&dpc=1"
            width="800" height="200" class="share_self" frameborder="1" scrolling="yes">
        </iframe>
</body>
</html>


有什么问题,可以正常加载
------解决方案--------------------
IE,谷歌,火狐均可