Screen Resolution Redirection
|
<script language="Javascript"> <!-- if (screen.width <= 640) { document.location = "640x480.htm"; } else if (screen.width <= 800) { document.location = "800x600.htm"; } if (screen.width > 800) { document.location = "larger.htm"; } //--> </script> |
Free JavaScripts provided
by Winfolinx.com