Deutsch
<!-- Fügen Sie den folgenden Code zum Bereich <body> hinzu --> <table width=300 border=1 bordercolor=#000000> <tr> <td> Heutzutage wird die Computerleistung immer besser, und das ist bei vielen Menschen der Fall Ich habe begonnen, eine Auflösung von 1024 *768 zu verwenden, es kommt jedoch häufig zu abnormalem Surfen im Internet. Dies ist in bestimmten Situationen sehr nützlich. ! ! <script language="JavaScript1.2"> function ScreenGoToURL(Big,Medium) { var screen_width = screen.width; var buffer = (document.all || document.layers ||documentGetElementByID) 30 : 48; if (screen_height >= 768) { screen_width = 1024-12; var window_height = 0; var window_open(Big,' ','resizable=no,status=yes,width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '' } else { screen_width = 800; screen_height = 800-12; var window_top = 0; window.open(Medium,'resizable=no,status=yes,width= ' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ''); } } </script> <BODY onLoad="ScreenGoToURL('1024x768.html' ,'800x600.html')"> </td> </tr> </table>