|
Home
|
|
Indice Javascript
|
Clock
Browser
Finestre
Status Bar
Background
Calcolatrici
Grafica ed Effetti
Convertitori
Utility
Form
Menu e Link
Check Risoluzione video
Script che valuta la risoluzione video in uso e manda il visitatore al link fatto per quella risoluzione, risoluzioni video: da 640*480 a 1280*1024.
Visualizza l'esempio
Usa Copia e incolla questa è la sorgente
<script> <!-- Autore: Massimo Giari (webmaster@massimo61.org) --> <!-- if (screen.width == "640"){ location.href="640_x_480.htm"; } if (screen.width == "800"){ location.href="800_x_600.htm"; } if (screen.width == "1024"){ location.href="1024_x_768.htm"; } if (screen.width == "1152"){ location.href="1152_x_864.htm"; } if (screen.width == "1280"){ location.href="1280_x_1024.htm"; } // --> </script> </head> <p><center> <font face="Verdana" size="-2">Free JavaScripts da<br> <a href="http://www.massimo61.org/">Free Web Upgrade</a></font> </center><p>