A better approach would be to base the decision on screen resolution. Don't send those with 800 or 1024px wide screens to shitty sites that have huge letters, and buttons that fill 20% of the screen.
javascript has the screen.width/screen.height and screen.availWidth/screen.availHeight variables. That's a good start.
|