21 lines
991 B
HTML
21 lines
991 B
HTML
<html>
|
|
<head>
|
|
<title>You need a browser that supports frame to veiw this page.</title>
|
|
<meta name="GENERATOR" content="Namo WebEditor v5.0">
|
|
|
|
<meta name="description" content="Makes a banner frame in the top, menu frame in the left, and main frame in the right. Hyperlinks in the banner frame are targeted to the menu frame.">
|
|
</head>
|
|
<frameset rows="60, 78%" cols="1*" border="0">
|
|
<frame name="banner" scrolling="no" marginwidth="10" marginheight="14" namo_target_frame="contents" src="app_note/Caption.htm">
|
|
<frameset rows="1*" cols="200, 80%">
|
|
<frame name="contents" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="app_note/mainmenu.htm">
|
|
<frame name="detail" scrolling="yes" marginwidth="10" marginheight="14" src="app_note/intro.htm">
|
|
</frameset>
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
|
|
|
|
<p>You need a browser that supports frame to veiw this page.</p>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
</html> |