한국어
<!-- <body> 영역에 다음 코드를 추가하세요 --> <table width=300 border=1 bordercolor=#000000> <tr> <td> 요즘 컴퓨터 성능이 점점 좋아지고 있어서 많은 분들이 1024*768 해상도를 사용하기 시작했는데 비정상적인 웹 브라우징이 자주 발생합니다. 이 스크립트는 특정 상황에서 매우 유용합니다. ! ! <script 언어="JavaScript1.2"> function ScreenGoToURL(Big,Medium) { var screen_height = screen.height; 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 = 768-buffer; window.open(Big,' ','resizing=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_height = 0; 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>