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]

