Kompatibilität: Ms Internet Explorer Öffnet ein neues Fenster mit der größe Ihres Bildschirmes.
<SCRIPT LANGUAGE="JavaScript"> <!-- //function Screen() { if(screen.width == 800) window.open("INHALT.htm","fenster","toolbar=0,location=0,status=0,resize=0,menubar=0 ,scrollbars=yes,width=800,height=600"); else if(screen.width == 1024) window.open("INHALT.htm","fenster","toolbar=0,location=0,status=0,resize=0,menubar=0 ,scrollbars=yes,width=1024,height=768"); } // --> </SCRIPT> <a href="javascript:Screen()"> INHALT </a>