<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>index</title>
</head>
<body>
<div id="container">
<iframe src="left.htm" name="leftFrame" width="20%" height="100%" align="middle" scrolling="no" />
<iframe src="right.html" id="platformFrame" name="platformFrame" width="80%" height="100%" align="middle" scrolling="auto"/>
</div>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>index</title>
</head>
<body>
left
</body>
</html>
<head></head>
<body>
right
</body>
<script type="text/javascript" language="javascript">
<!--:最顶层窗口 window.self:当前窗口 -->
if (!=window.self)
{
.location='right.html'
}
</script>
</html>


















