Problem with comparison.
/www/ZALOHA/Test.html
0,0 → 1,60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
 
<html>
 
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1250">
<title> Test hlavièky a patièky </title>
<link rel="StyleSheet" href="styl2.css" type="text/css" title="druhy_styl">
<script language="JavaScript" type="text/javascript" src="menu.js"></script>
</head>
 
<body lang=CS>
 
<!-- -------------- HLAVICKA -------------- -->
<div class=Heater>
<script type="text/javascript">
<!--
DrawHeader(); // mozno zmenit nadpis v hlavicce
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
</noscript>
</div>
 
 
<!-- -------------- MENU -------------- -->
<div class=Menu>
<script type="text/javascript">
<!--
DrawMenu();
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
</noscript>
</div>
 
<!-- -------------- TEXT STRANKY -------------- -->
<div class=Section1>
<p class=Titul>
Programátor procesorù PIC
</p>
</div>
 
<!-- -------------- PATICKA -------------- -->
<div class=Footer>
<script type="text/javascript">
<!--
DrawFooter("AAA");
// -->
</script>
<noscript>
<b> Pro zobrazení (vložení) hlavièky je potøeba JavaScript </b>
</noscript>
</div>
 
</body>
 
</html>