Iframe 嵌套网站

来源:互联网 发布:淘宝超级链接怎么做 编辑:程序博客网 时间:2024/06/04 20:04
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>    <meta charset="utf-8"/>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <title>tetu</title></head><style type="text/css">     html{         overflow-x: hidden;         overflow-y: hidden;     }     </style> <body style="margin: 0px 0px;" scrolling="no"><iframe  id="iframeId" src="http://xxxxxxxx" width="100%" scrolling="auto" height="100%"   ></iframe></body></html>