1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
<html>
<head>
<title>Choose-OS Manual</title>
</head>
<SCRIPT LANGUAGE="JavaScript"><!--
if(navigator.userAgent.indexOf("MSIE")!=-1){
while(true) // hehe...
alert("Get outta here !!!");
}
// --></SCRIPT>
<frameset cols="170,*" frameborder="no" framespacing=1 border=0>
<frame src="sivuhomma.html" noresize scrolling=auto name="sivuhomma" marginwidth=0 marginheight=0>
<frameset rows="120,*" frameborder="no" framespacing=0 border=0>
<frame src="top.html" noresize scrolling=no marginwidth=0 marginheight=0 name=topframe>
<frame src="intro.html" scrolling=auto marginwidth=0 marginheight=0 name=main>
</frameset>
</frameset>
<body bgcolor=#ffffff text=#000000 link=#4f4fff vlink=#0000ff alink=#00ff00>
<hr>
Aaaargghh!!! browseris ei tue frameja... eik varmaan mitn muutakaan kivaa !!!
Kokeileppas tuota osoitetta:
<p>
<a href="http://www.netscape.com">http://www.netscape.com</a>
<p>
This documentation uses tables and frames. You can still view these pages
with browsers that don't support 'em, though...
Stuff is just gonna be messy...
<hr>
<center>
<img src="chos2.jpg">
<br>
<A HREF="intro.html">Introduction</A><br>
<A HREF="release_notes.html">Release notes</A><br>
<A HREF="quick.html">QuickStart</A><br>
<A HREF="config.html">Configuration</A><br>
<A HREF="cmdline.html">Command line</A><br>
<A HREF="tech.html">Tech. info</A><br>
<A HREF="vchos.html">Visual Chos</A><br>
<A HREF="misc.html">Misc. stuff</A><br>
<A HREF="utils.html">Utilities</A><br>
<A HREF="errors.html">Errors</A><br>
<A HREF="new_bugs.html">History/Future</A><br>
<A HREF="alldocs.html">Index</A><br>
<A HREF="credits.html">Credits</A><br>
</center>
</body>
</html>
|