hente en htm fil
hejhvordan for jeg denne kode til at hente en htm fil istedet ??
<script>
if (screen.width > 750 && screen.width < 850 && screen.height > 550 && screen.height < 650)
document.write('<img src="billede800x600.gif">');
else if (screen.width > 1000 && screen.width < 1050 && screen.height > 740 && screen.height < 790)
document.write('<img src="billede1024x768.gif">');
</script>
