<script> <!-- // dit script is gedownload van http://jacob.slompinfo.nl width = screen.width; height = screen.height; document.write("breedte: "+width+" hoogte: "+height+""); //--> </script> script 2 <script> <!-- // dit script is gedownload van http://jacob.slompinfo.nl width = screen.width; height = screen.height; if(width=="800") { window.location= "800keer600 pagina"; } if(width=="1024") { window.location = "1024 keer 768 pagina"; } if(width!="800" && width!="1024") { window.location = "deafault.html"; } //--> </script>