skærm opløsning
jeg har følgene kode<script language='Javascript'>
if (screen.width <= 1280) {
<?php include('1280.html'); ?>
}
if (screen.width > 1280) {
<?php include('1600.html'); ?>
}
</script>
når jeg har opløsning 1280 viser den kodestyk
} if (screen.width > 1280) {
hvad gør jeg galt ??
