<!--REDIRECT AS PER RESOLUTION--> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- if (window.screen.width == "640" && window.screen.height == "480") { location.href="page1.html"; } if (window.screen.width == "800" && window.screen.height == "600") { location.href="page2.html"; } if (window.screen.width == "1024" && window.screen.height == "786") { location.href="page3.html"; } if (window.screen.width == "1280" && window.screen.height == "1024") { location.href="page4.html"; } //--> </script> <!-- Just change the URLs in the script to suit your needs. The script should be typed into the file that will be the default page. Ex.: if you will be adding the script to the page viewed by those using the 800 x 600 resolution, get rid of the second line in the script. Remember that this script is read only by the 4+ browsers and so you will have to make provision for those using earlier versions. -->