以下代码在浏览器chrome中不可见,IE9似乎没有打开或不可见这个代码和4shared上的播放列表
<iframe marginWidth=0 marginHeight=0 frameborder=0 border=0 cellspacing=0 src=http://www.4shared.com/pl/Dd1KpM8G/Need_For_Speed_-_The_Run.htmlscrolling=no width=320 height=260></iframe>
进行测试:http://gamermag.com.br/index.php/screenshots-e-wallpapers/
答案 0 :(得分:0)
正如@ dop-trois所说,这些值应该是引号。
<iframe marginWidth="0" marginHeight="0" frameborder="0" border="0" cellspacing="0" src="http://www.4shared.com/pl/Dd1KpM8G/Need_For_Speed_-_The_Run.html" scrolling="no" width="320" height="260"></iframe>
请记住,有些网站会阻止使用类似于以下内容的JS在iFrame中加载他们的网页,因此如果您尝试加载此类网站(例如Twitter),则不会显示任何内容或将整个网页重定向到其网站。请小心。
if(top.frames.length > 0)
top.location.href=self.location;