
The menu works but the window crashes as soon as the local window opens.
I think the mistake is in my (too) simple Javascript.
<script language="javascript"> window.open("Spywareinfoen.html"); </script>
The script is in the same folder as the html, so that part works.
Is window.open the wrong command?