I use include 123tijdschrift.php in my website. 123tijdschrift is a php script that sell magazines. When you visit tijdschriften on the website you will see the correct script. But when you want to search or click on e.q B - C - D - E- etc it will take you back to the startpage.
This is the search engine.
<script language="JavaScript"> function checkZoeken() { if (document.zoeken.trefwoord.value == '') { alert("U dient wel een zoekterm op te geven."); document.zoeken.trefwoord.focus(); return false; } //document.zoeken.submit.disabled = true; return true; } </script>