http://www.pageresource.com/jscript/jscreen.htm
How to figure out screen resolution in javascript
Example
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="highres.html";
}
else
{
window.location="lowres.html";
}
"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
|