Hellihello
<h1>hallo</h1>
<script type="text/javascript">
//<![CDATA[
cnt=0;
for (yy in window.screen) {
if (cnt<2) {
alert(yy);
// alert(window.screen[yy]);
}
cnt++;
}
//]]>
</script>
bringt im IE auch garnichts...;
alert(window.screen["width"]);
hingegen schon.
Gruß,
frankx