| TOTAL: 3 Page: 1 of 1 |
|
Access Control by Screen Size
With an increasing number of standard screen resolutions in use, it's often necessary to do separate designs for each. Use this script to control access and redirect to separate pages based on 640, 800, 1024, or larger screen sizes. The script includes optional alert messages, which can be enabled or disabled via a script variable. Thorough instructions are in the script, and set-up is easy.

| Hits: | 10011 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-02-02 |
If/Then Screen Resolution Redirection
Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. For example, if they are using LESS THAN 1024 screen width then GO HERE. If they are using GREATER THAN 1024, GO THERE. If 1024 is the smallest your current design should be seen then use 1023 and 1024 as your over and under dimensions.

| Hits: | 9847 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-02-02 |
4-Way Screen Resolution Redirect
Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. Covers these 4 screen resolutions, 640x480, 800x600, 1024x768, and greater than 1024x768.

| Hits: | 1195 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-02-02 |