Imported from archive
This commit is contained in:
55
www/home_nav.htm
Normal file
55
www/home_nav.htm
Normal file
@@ -0,0 +1,55 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="sv">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
<meta name="author" content="Kim Walden">
|
||||
<title>BON method: home navigation</title>
|
||||
<base target="_self">
|
||||
<link rel="stylesheet" type="text/css" href="nn4.css">
|
||||
<style type="text/css">
|
||||
@import url("normal.css");
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function popup(mylink, windowname, wid, ht) {
|
||||
if (! window.focus) return true;
|
||||
var href;
|
||||
if (typeof(mylink) == 'string')
|
||||
href=mylink;
|
||||
else
|
||||
href=mylink.href;
|
||||
eval('window.open(href,windowname,"resizable,width=' + wid + ',height=' + ht + '");');
|
||||
return false;
|
||||
}
|
||||
function check() {
|
||||
if (top.frames.length == 0 || top.frames[0].name != "banner")
|
||||
top.location.href = "index.htm";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="check()" class=sidebar bgcolor="#99ccff">
|
||||
|
||||
<div align="center">
|
||||
<p class="sidebar">Seamless<br>
|
||||
Object-Oriented<br>
|
||||
Software<br>
|
||||
Architecture</p>
|
||||
<br><br>
|
||||
<a href="book_eng_front.htm" onClick="return popup(this, '', 465, 640)">
|
||||
<img border="0" src="images/book_eng_150_h120.jpg" width="89" height="120"></a>
|
||||
</div>
|
||||
|
||||
<p> </p>
|
||||
<p style="text-align: center">
|
||||
<a target="_blank" href="temp/VTS_01_1.VOB">
|
||||
<img border="0" src="images/new.gif" width="62" height="24"></a><br>
|
||||
<a target="_parent" href="tool.htm">BONsai</a> now supports <br>graphical class interfaces</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user