Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<head>

<!-- description: this will make a small navigation window in which you can
place links to different pages.

instructions: place this script in the head tags of


your webpage.

functionality: works in both netscape & ie.


-->

<script language="javascript">

//modified by coffeecup software


//this code is copyright (c) 1997 coffeecup software
//all rights reserved. license is granted to a single user to
//reuse this code on a personal or business web site.

<!--

coffeewin=window.open("","coffeewin","toolbar=no,width=200,height=250,directories=
no,menubar=no,scrollbars=no");

coffeewin.document.write("<html>");
coffeewin.document.write("<head>");

coffeewin.document.write("</head>");

coffeewin.document.write("<body bgcolor=#ffffff text=#000000 link=#0000ff


vlink=#0000ff>")

coffeewin.document.write("<center>")

coffeewin.document.write("<font face=verdana,arial size=2>");

coffeewin.document.write("<b>");

coffeewin.document.write("<font size=3>navigation window</font>");

coffeewin.document.write("<br><hr width=180><br><p>");

coffeewin.document.write("<a href=http://www.webloger.5u.com target=main>webloger


website</a>");

coffeewin.document.write("<p>");

coffeewin.document.write("<a href=http://www.microsoft.com
target=main>microsoft</a>");

coffeewin.document.write("<p>");

coffeewin.document.write("<a href=http://www.netscape.com
target=main>netscape</a>");

coffeewin.document.write("<p>");

coffeewin.document.write("<a href=http://www.infoseek.com
target=main>infoseek</a>");
coffeewin.document.write("<p>");

coffeewin.document.write("</b>");

coffeewin.document.write("</font>");

coffeewin.document.write("</body>");

coffeewin.document.write("</html>");

//-->
</script>
</head>

You might also like