<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>iframe框架應用</title>
<style type="text/css教程">
body,td,th {
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-size: 12px;
}
</style>
</head>
<body>
<div class="title">
<a href="/" target="iframea">標題文檔</a>
<a href="b" target="iframea">標題文檔</a>
<a href="c" target="iframea">標題文檔</a>
</div>
<iframe scrolling="no" name="iframea" height="300"></iframe>
</body>
</html>