I have this code right here:
<SCRIPT language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1440) && (screen.height>=900))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1360) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=800))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=720))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1152) && (screen.height>=864))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=800) && (screen.height>=600))
{
window.location="http://kevin61292.007si...
}
//-->
</SCRIPT>
and it works some of them time, what it does is it puts you to a different page according to your resolution on your computer. But, i have a 1440 by 900 resolution, and i put it down to 800 by 600, and it didn't go to the desired webpage for that resolution... did i type it in wrong? or does this code only work for 2 types of resolutions?
BTW, i meant to put the ... at the end of the site URL's, because i dont want people going there yet, lol.
thanks in advance!
<SCRIPT language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1440) && (screen.height>=900))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1360) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=800))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=768))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1280) && (screen.height>=720))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=1152) && (screen.height>=864))
{
window.location="http://kevin61292.007si...
}
if ((screen.width>=800) && (screen.height>=600))
{
window.location="http://kevin61292.007si...
}
//-->
</SCRIPT>
and it works some of them time, what it does is it puts you to a different page according to your resolution on your computer. But, i have a 1440 by 900 resolution, and i put it down to 800 by 600, and it didn't go to the desired webpage for that resolution... did i type it in wrong? or does this code only work for 2 types of resolutions?
BTW, i meant to put the ... at the end of the site URL's, because i dont want people going there yet, lol.
thanks in advance!