Français
<!-- Ajoutez le code suivant à la zone <body> --> <table width=300 border=1 bordercolor=#000000> <tr> <td> De nos jours, les performances des ordinateurs s'améliorent de plus en plus, et de nombreuses personnes ont a commencé à utiliser la résolution 1024 * 768, mais une navigation Web anormale se produit souvent. Ce script peut naviguer automatiquement en fonction de la résolution. Il est très utile dans certaines situations. ! ! <script langage="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; si (hauteur_écran >= 768) { largeur_écran = 1024; hauteur_écran = 768; var largeur_fenêtre = 1024-12; ','resizing=non,status=oui,width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + '' } else { screen_width = 800; hauteur_écran = 600; var largeur_fenêtre = 800-12; var hauteur_fenêtre = 600-buffer; var fenêtre_gauche = 0; ' + largeur_fenêtre + ',hauteur=' + hauteur_fenêtre + ',top=' + fenêtre_top + ',gauche=' + fenêtre_gauche + '' } } </script> <BODY onLoad="ScreenGoToURL('1024x768.html'); ,'800x600.html')"> </td> </tr> </table>