DIV CSS 佈局教程網

iframe框架應用
編輯:Dreamweaver入門     

<!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>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved