sorry nog steeds lukt het me niet op allebij de manieren niet ....
Hier de voledige code
-------------------------------------------------------------------------------------------------------
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<table width="100%" height="152" border="0" cellspacing="0" cellpadding="0" background="images/test.JPG" <tr><td align="right"><font size="+6">ALUMNI</font></td></tr>
</td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td>
<table width="159" border="0" cellspacing="0" cellpadding="0" bgcolor="#CCD6E0">
<td>
<table width="147" align="center" border="1" bordercolordark="#000000" cellspacing="1" cellpadding="1" bgcolor="#0066FF">
<tr><td>
<a href="?go=alumnihome" style="color:#000000">Home</a><br>
<a href="?go=alumninews" style="color:#000000">Nieuws</a><br>
</td></tr>
</table>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</table>
</td>
<td>
<?
switch ( $go ) {
case "home";
include ( "alumnihome.php" );
case "news";
include ( "alumninews.php" );
default;
include ( "alumnihome.php" );
}
?>
</td>
</table>
<body>
</body>
</html>
---------------------------------------------------------------------------------------------------------
als ik dit test in mijn browser krijg ik wel de default (home.php
maar de links zijn dood .....
wordt er hopeloos van
Hier de voledige code
-------------------------------------------------------------------------------------------------------
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<table width="100%" height="152" border="0" cellspacing="0" cellpadding="0" background="images/test.JPG" <tr><td align="right"><font size="+6">ALUMNI</font></td></tr>
</td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td>
<table width="159" border="0" cellspacing="0" cellpadding="0" bgcolor="#CCD6E0">
<td>
<table width="147" align="center" border="1" bordercolordark="#000000" cellspacing="1" cellpadding="1" bgcolor="#0066FF">
<tr><td>
<a href="?go=alumnihome" style="color:#000000">Home</a><br>
<a href="?go=alumninews" style="color:#000000">Nieuws</a><br>
</td></tr>
</table>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</table>
</td>
<td>
<?
switch ( $go ) {
case "home";
include ( "alumnihome.php" );
case "news";
include ( "alumninews.php" );
default;
include ( "alumnihome.php" );
}
?>
</td>
</table>
<body>
</body>
</html>
---------------------------------------------------------------------------------------------------------
als ik dit test in mijn browser krijg ik wel de default (home.php
maar de links zijn dood .....
wordt er hopeloos van