Vous êtes ici :
> > > >
4-Way Resolution Redirect
 | SCRIPT JAVASCRIPT 4-WAY RESOLUTION REDIRECT v 1.0 |
Javascript qui redirigera vos visiteurs suivant la résolution de leur écran : 640x480, 800x600, 1024x768, et 1024x768.
|
<script language="Javascript"><!-- // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** if (screen.width <= 640) { document.location = "640x480.htm"; } else if (screen.width <= 800) { document.location = "800x600.htm"; } else if (screen.width <= 1024) { document.location = "1024x768.htm"; } if (screen.width > 1024) { document.location = "huuuuuuuuge.htm"; } //--> </script>
|
| Auteur |
|
| Site web de l'éditeur |
|
| Date de publication |
15/04/2007 |
| Langue |
anglais |
| Type de licence |
gratuit |
| Licence |
- |
| Bases de données |
Aucune |
| Consultations total |
71 |
| Consultations ce mois |
1 |
|
Note des utilisateurs |
|
Fonctionnalités Interface Stabilité Installation Rapport qualité/prix Avis général |
Nbre d'avis : 0
|
|
|
 | DERNIERS AVIS POSTÉS PAR LES UTILISATEURS |