If all you want to do is redirect based on screen size, use JS as you are
and do a


var x = screen width //pseudo code


if x = 800{
    document.location="form800.cfm";
}
else{
    document.location="form1024.cfm";
}

Mike

>    <cfif size IS 800>
>        <cflocaiton url = ""> >    <cfelse>
>        <cflocaiton url = ""> >    </cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to