<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>
Verweise
</title>
<meta name="description" content="Die Beschreibung der Seite" />
<meta name="keywords" content="Die Stichworte für Suchmaschinen" />
<meta name="author" content="Jevi" />
<meta name="DC.Publisher" content="Jevi" />
<meta name="DC.Date" content="2006-10-24" />
<meta name="DC.Identifier" content="http://myweb.de/html" />
<meta name="DC.Language" content="de" />
<meta name="DC.Rights" content="All rights reserved" />
<link rel="shortcut icon" href="images/dein_fav.ico" />
<link rel="stylesheet" type="text/css" href="deine_styledatei.css" />
[COLOR="Red"]<script type="text/javascript">
function Go (x) {
if (x == "nothing") {
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
} else {
if (x == "end") {
top.location.href = parent.frames[1].location;
} else {
parent.frames[1].location.href = x;
document.forms[0].reset();
document.forms[0].elements[0].blur();
}
}
}
</script>[/COLOR]
</head>
<body>
<div style="background-image: url(images/deine_hintergrunggrafik.gif); background-repeat: x-repeat;" class="main">
<form action="">
<select size="1" name="Auswahl"
onchange="Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)"
style="margin: 0em 2.2em 0em 0em; float: right; width: 220px; background-color: rgb(255, 206, 99); font-size: 12px; font-family: Verdana, sans-serif; color: rgb(10, 36, 106);">
<option value="https://www.computerbase.de/">
STARTSEITE</option>
<option value="http://www.google.de/">
SEITE 02</option>
<option value="http://www.apachefriends.org/de/projects.html">
SEITE 03 </option>
<option value="http://www.phpbb.de/">
SEITE 04 </option>
<option value="006.html">
SEITE 05 </option>
<option value="007.html">
SEITE 06 </option>
<option value="008.html">
SEITE 07 </option>
<option value="009.html">
SEITE 08 </option>
<option value="010.html">
SEITE 09 </option>
<option value="011.html">
SEITE 10 </option>
<option value="012.html">
SEITE 11 </option>
</select>
</form>
</div>
</body>
</html>