728x90
2-6. Target
index.html
<!DOCTYPE html>
<style>
ul{
list-style: none;
float: left;
}
li{
margin: 10px;
}
iframe{
border: none;
}
</style>
<ul>
<li><a href="main.html" target="cotent">MAIN</a></li>
<li><a href="a.html" target="cotent">A</a></li>
<li><a href="b.html" target="cotent">B</a></li>
</ul>
<iframe name="content" src="main.html"></iframe>
main.html
<!DOCTYPE html>
<h1>MAIN</h1>
<a href="a.html">to a</a>
a.html
<!DOCTYPE html>
<h1>A</h1>
<a href="main.html">to main</a>
b.html
<!DOCTYPE html>
<h1>B</h1>
<a href="main.html">to main</a>
728x90
'WEB > JSP' 카테고리의 다른 글
[JSP] ch02-08. Include2 (0) | 2017.11.13 |
---|---|
[JSP] ch02-07. Include (0) | 2017.11.13 |
[JSP] ch02-05.Pameter(파라미터) 2 (0) | 2017.11.02 |
[JSP] ch02-04. Parameter(파라미터) (0) | 2017.11.01 |
[JSP] ch02-03. Import (0) | 2017.11.01 |
댓글