日本語
<!-- 次のコードを <body> 領域に追加します --> <table width=300 border=1 bordercolor=#000000> <tr> <td> 現在、コンピュータのパフォーマンスはますます向上しており、多くの人が1024 *768 解像度を使用し始めましたが、Web ブラウジングに異常が発生することがよくあります。このスクリプトは、特定の状況で非常に便利です。 ! ! <script language="JavaScript1.2"> function ScreenGoToURL(Big,Medium) { var screen_height = screen.height; var screen_width = screen.width = (document.all || document.layers ||documentGetElementByID) ? : 48; if (画面の高さ >= 768) { 画面の幅 = 1024-12; var window_top = 0; ','resizable=no,status=yes,width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ''); } else { screen_width = 800; var window_width = 600-buffer; var window_left = 0; ' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '') } } </script> <BODY onLoad="ScreenGoToURL('1024x768.html'); ,'800x600.html')"> </td> </tr> </table>