<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>Document</title>
|
|
</head>
|
<body style="position: relative;">
|
<!-- demo使用方式: 将同目录中iframe.html和index.html放在不同服务器上,将index.html中iframe标签的src地址改为iframe.html的地址,访问index.html -->
|
<iframe id="iframe1" src="http://10.31.27.100/dss/iframe.html " frameborder="0" width="1000" height="800px" style="border: 1px solid #ccc;top:50px;left: 50px;position:absolute;"></iframe>
|
<!-- <iframe id="iframe2" src="http://10.31.27.100/dss/iframe.html " frameborder="0" width="400" height="800px" style="border: 1px solid #ccc;top:50px;left: 450px;position:absolute;"></iframe>
|
<iframe id="iframe3" src="./iframe.html" frameborder="0" width="400" height="800px" style="border: 1px solid #ccc;top:50px;left: 950px;position:absolute;"></iframe> -->
|
</body>
|
</html>
|