Andreas: Bildschirmauflösung auslesen und anzeigen

Beitrag lesen

Hallo!

<script type="text/javascript">
if(location.search.indexOf('width')==-1){
window.location.href=window.location.href+'?&width='+screen.width+'&height='+screen.height;
}
</script>

Gruß,

Andreas