TV

Http iframes are not shown in https pages in many major browsers. Please read this post for details.

<html>
<head>
<title>TV</title>
<script>
function SetWinHeight(obj)
{
var win=obj;
if (document.getElementById)
{
if (win && !window.opera)
{
if (win.contentDocument && win.contentDocument.body.offsetHeight)

win.height = win.contentDocument.body.offsetHeight;

else if(win.Document && win.Document.body.scrollHeight)

win.height = win.Document.body.scrollHeight;
}
}
}
</script>
<body>
<iframe width="100%" src="http://lu1.cc/tv" align="center" height="600" id="win" name="win" onload="Javascript:SetWinHeight(this)" frameborder="0" scrolling="no"></iframe>
</body>
</html>

 

 

<iframe src=”http://lu1.cc/tv” name=”框架标识名” frameborder=“边框” scrolling=“no” width="100%" height="600">
</iframe>