<html>
<head>
<title>Navigation Frame</title>
</head>
<body>
<p>
Follow one of there links
to load a page into the right -hand
frame:
</p>
<ul>
<li><a href="#" onMouseover="parent.right.location='order.html';">
order form</a>
<li><a href="#" onMouseover="parent.right.location='email.html';">
email form</a>
<li><a href="#" onMouseover="parent.right.location='sale.html';">
sales Dept</a>
<li><a href="#" onMouseover="parent.right.location='link.html';">
other links</a>
</ul>
</body>
</html>
-----------------------------------------------------------------------------------------------------
<html>
<head>
<title>Frame Navigation Example</title>
</head>
<frameset cols="*,*">
<frame name = "left" src="left.html">
<frame name = "right" src="about:blank">
</frameset>
<body>
</body>
</html>
No comments:
Post a Comment