| |||||
| Dernière réponse | |
|---|---|
| Sujet : optimisation site | |
| Maxime | <!--- Redirection en fonction de la resolution
var wid=screen.width; if (wid==800) {self.location.href="index800.htm";} if (wid==1024) {self.location.href="index1024.htm";} if (wid==1152) {self.location.href="index1152.htm";} if (wid==1280) {self.location.href="index1280.htm";} if (wid>1280) {self.location.href="index12802.htm";} // ---> tous simplement Tu met ce script dans une page differente ( genre index.htm ) A+ |
| Vue Rapide de la discussion |
|---|