العربية
<!-- أضف الكود التالي إلى منطقة <body> --> <table width=300 border=1 bordercolor=#000000> <tr> <td> في الوقت الحاضر، أصبح أداء الكمبيوتر أفضل وأفضل، والعديد من الأشخاص لديهم بدأت في استخدام دقة 1024 * 768، ولكن غالبًا ما يحدث تصفح ويب غير طبيعي. يمكن لهذا البرنامج النصي التنقل تلقائيًا بناءً على الدقة، وهو مفيد جدًا في مواقف معينة. ! ! <script language="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 = 768; var window_width = 1024-12; ','resizable=no,status=yes,width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '' } else { screen_width = 800; ' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '' } } </script> <BODY onLoad="ScreenGoToURL('1024x768.html') ,'800x600.html')"> </td> </tr> </table>